diff options
| author | dos-reis <gdr@axiomatics.org> | 2011-10-01 22:21:23 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2011-10-01 22:21:23 +0000 |
| commit | 496ca25659180bb29cc5fea2f3c0337695d742d3 (patch) | |
| tree | fe020f749b8247903bc66b576c273b61c5aa46ae /src/interp | |
| parent | 73374b314b15f2a313718d0e347a1050d1d1a405 (diff) | |
| download | open-axiom-496ca25659180bb29cc5fea2f3c0337695d742d3.tar.gz | |
* boot/parser.boot (bpImport): Accept long names for used namespaces.
* boot/translator.boot (packageBody): Tidy.
(translateToplevel): Likewise.
(getIntermediateLispFile): Likewise.
* interp/sys-os.boot: Import System.Foreign.
Diffstat (limited to 'src/interp')
| -rw-r--r-- | src/interp/sys-os.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/sys-os.boot b/src/interp/sys-os.boot index 52a2b1e3..f4d4658f 100644 --- a/src/interp/sys-os.boot +++ b/src/interp/sys-os.boot @@ -1,4 +1,4 @@ --- Copyright (C) 2007-2010 Gabriel Dos Reis. +-- Copyright (C) 2007-2011 Gabriel Dos Reis. -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -41,6 +41,7 @@ import sys_-constants namespace BOOT +import namespace System.Foreign module sys_-os |
