From 98479bac777fd07f05d1827a127d1f3098fa0e95 Mon Sep 17 00:00:00 2001 From: "waldemar%netscape.com" Date: Tue, 10 Oct 2000 02:48:17 +0000 Subject: [PATCH] Removed "eval" and "include" keywords --- js/semantics/JS20/Lexer.lisp | 2 +- js2/semantics/JS20/Lexer.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/semantics/JS20/Lexer.lisp b/js/semantics/JS20/Lexer.lisp index c046cb62097c..c3db52def16b 100644 --- a/js/semantics/JS20/Lexer.lisp +++ b/js/semantics/JS20/Lexer.lisp @@ -237,7 +237,7 @@ (define reserved-words (vector string) (vector "abstract" "break" "case" "catch" "class" "const" "continue" "debugger" "default" "delete" "do" "else" "enum" - "eval" "export" "extends" "false" "final" "finally" "for" "function" "goto" "if" "implements" "import" "in" "include" + "export" "extends" "false" "final" "finally" "for" "function" "goto" "if" "implements" "import" "in" #| "include" |# "instanceof" "interface" "namespace" "native" "new" "null" "package" "private" "protected" "public" "return" "static" "super" "switch" "synchronized" "this" "throw" "throws" "transient" "true" "try" "typeof" "use" "var" "volatile" "while" "with")) (define non-reserved-words (vector string) diff --git a/js2/semantics/JS20/Lexer.lisp b/js2/semantics/JS20/Lexer.lisp index c046cb62097c..c3db52def16b 100644 --- a/js2/semantics/JS20/Lexer.lisp +++ b/js2/semantics/JS20/Lexer.lisp @@ -237,7 +237,7 @@ (define reserved-words (vector string) (vector "abstract" "break" "case" "catch" "class" "const" "continue" "debugger" "default" "delete" "do" "else" "enum" - "eval" "export" "extends" "false" "final" "finally" "for" "function" "goto" "if" "implements" "import" "in" "include" + "export" "extends" "false" "final" "finally" "for" "function" "goto" "if" "implements" "import" "in" #| "include" |# "instanceof" "interface" "namespace" "native" "new" "null" "package" "private" "protected" "public" "return" "static" "super" "switch" "synchronized" "this" "throw" "throws" "transient" "true" "try" "typeof" "use" "var" "volatile" "while" "with")) (define non-reserved-words (vector string)