diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/Makefile.in | 2 | ||||
-rw-r--r-- | src/interp/showimp.boot | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 6a6a4c55..c52c01ee 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -410,7 +410,7 @@ property.$(FASLEXT): sys-macros.$(FASLEXT) sfsfun-l.$(FASLEXT): sys-macros.$(FASLEXT) trace.$(FASLEXT): debug.$(FASLEXT) termrw.$(FASLEXT): macros.$(FASLEXT) -showimp.$(FASLEXT): macros.$(FASLEXT) +showimp.$(FASLEXT): c-util.$(FASLEXT) sfsfun.$(FASLEXT): macros.$(FASLEXT) modemap.$(FASLEXT): c-util.$(FASLEXT) slam.$(FASLEXT): g-timer.$(FASLEXT) diff --git a/src/interp/showimp.boot b/src/interp/showimp.boot index c56e2fee..373f2d68 100644 --- a/src/interp/showimp.boot +++ b/src/interp/showimp.boot @@ -32,7 +32,7 @@ -- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import macros +import c_-util namespace BOOT $returnNowhereFromGoGet := false |