diff options
author | dos-reis <gdr@axiomatics.org> | 2007-08-19 18:23:20 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-08-19 18:23:20 +0000 |
commit | 4fd69a22c915b6287fb7fc1dc6e8eb450bad0702 (patch) | |
tree | 8bb3df1527188442002f6c65df9599bc81d61995 | |
parent | 824f8bf8bdfecb5c25bb7d82baf4c3ca126d92e4 (diff) | |
download | open-axiom-4fd69a22c915b6287fb7fc1dc6e8eb450bad0702.tar.gz |
* i-syscmd.boot.pamphlet (SPADRWRITE): Don't confuse Boot comments
with Lisp comments.
-rw-r--r-- | src/interp/ChangeLog | 5 | ||||
-rw-r--r-- | src/interp/i-syscmd.boot.pamphlet | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 1ea593d5..07a1eb5e 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,5 +1,10 @@ 2007-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * i-syscmd.boot.pamphlet (SPADRWRITE): Don't confuse Boot comments + with Lisp comments. + +2007-08-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + * bootfuns.lisp.pamphlet (def-boot-fun): Remove. (|initializeSetVariables|): Likewise. (|updateSourceFiles|): Likewise. diff --git a/src/interp/i-syscmd.boot.pamphlet b/src/interp/i-syscmd.boot.pamphlet index e846b570..9a80eb4a 100644 --- a/src/interp/i-syscmd.boot.pamphlet +++ b/src/interp/i-syscmd.boot.pamphlet @@ -1874,7 +1874,7 @@ SPADRREAD(vec, stream) == SPADRWRITE(vec, item, stream) == val := SPADRWRITE0(vec, item, stream) val = 'writifyFailed => - throwKeyedMsg("S2IH0036", nil) ; cannot save value to file + throwKeyedMsg("S2IH0036", nil) -- cannot save value to file item SPADRWRITE0(vec, item, stream) == |