aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-06-16 03:05:07 +0000
committerdos-reis <gdr@axiomatics.org>2009-06-16 03:05:07 +0000
commita47287421322670f8de068fdfa06c1e68844f2e0 (patch)
tree2011370b8161ecbc80b044e9877c68f052858fb6 /src/interp/scan.boot
parent3853f26115f242232720abb5252978de20b72c01 (diff)
downloadopen-axiom-a47287421322670f8de068fdfa06c1e68844f2e0.tar.gz
Fix SF/2396945
* interp/scan.boot: '@@' is no longer a keyword. * interp/cparse.boot (npColonQuery): Remove. * interp/parse.boot (parseAtAt): Likewise. * interp/postpar.boot (postAtAt): Likewise.
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index 77f5bdc4..a5fc4135 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -110,7 +110,6 @@ scanKeyWords == [ _
['":","COLON" ],_
['":-","COLONDASH" ],_
['"@","AT" ],_
- ['"@@","ATAT" ],_
['",","COMMA" ],_
['";","SEMICOLON" ],_
['"**","POWER" ],_