mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
generator: 'delete' is a reserved word (in C++).
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user