From 85f7aa73049751b63eef2b32824c2e1e5c1c4bcf Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 19 May 2003 09:01:11 +0000 Subject: [PATCH] Add missing imports. [SVN r18435] --- new/bison.jam | 2 ++ v2/bison.jam | 2 ++ 2 files changed, 4 insertions(+) diff --git a/new/bison.jam b/new/bison.jam index c43811009..d24c3a70d 100644 --- a/new/bison.jam +++ b/new/bison.jam @@ -4,6 +4,8 @@ # warranty, and with no claim as to its suitability for any purpose. import generators ; +import feature ; +import type ; feature.feature bison.prefix : : free ; type.register Y : y ; diff --git a/v2/bison.jam b/v2/bison.jam index c43811009..d24c3a70d 100644 --- a/v2/bison.jam +++ b/v2/bison.jam @@ -4,6 +4,8 @@ # warranty, and with no claim as to its suitability for any purpose. import generators ; +import feature ; +import type ; feature.feature bison.prefix : : free ; type.register Y : y ;