From a47287421322670f8de068fdfa06c1e68844f2e0 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 16 Jun 2009 03:05:07 +0000 Subject: 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. --- src/interp/scan.boot | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interp/scan.boot') 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" ],_ -- cgit v1.2.3