generator: 'delete' is a reserved word (in C++).

This commit is contained in:
Richard W.M. Jones
2012-08-10 21:37:46 +01:00
parent 04b475b414
commit 7d6f76709e

View File

@@ -92,10 +92,10 @@ let () =
let reserved = [
"and"; "as"; "asr"; "assert"; "auto"; "begin"; "break"; "case";
"char"; "class"; "const"; "constraint"; "continue"; "data";
"default"; "deriving"; "do"; "done"; "double"; "downto"; "else";
"end"; "enum"; "exception"; "extern"; "external"; "false"; "float";
"for"; "forall"; "foreign"; "fun"; "function"; "functor"; "goto";
"hiding"; "if"; "import"; "in"; "include"; "infix"; "infixl";
"default"; "delete"; "deriving"; "do"; "done"; "double"; "downto";
"else"; "end"; "enum"; "exception"; "extern"; "external"; "false";
"float"; "for"; "forall"; "foreign"; "fun"; "function"; "functor";
"goto"; "hiding"; "if"; "import"; "in"; "include"; "infix"; "infixl";
"infixr"; "inherit"; "initializer"; "inline"; "instance"; "int";
"interface";
"land"; "lazy"; "let"; "long"; "lor"; "lsl"; "lsr"; "lxor";