Skip to content

Commit

Permalink
[cpp] Remap 'system' keyword. Closes HaxeFoundation#2283
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Feb 25, 2015
1 parent fd49269 commit a6b0fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gencpp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ let keyword_remap name =
| "extern" | "float" | "friend" | "goto" | "long" | "operator" | "protected"
| "register" | "short" | "signed" | "sizeof" | "template" | "typedef"
| "union" | "unsigned" | "void" | "volatile" | "or" | "and" | "xor" | "or_eq" | "not"
| "and_eq" | "xor_eq" | "typeof" | "stdin" | "stdout" | "stderr"
| "and_eq" | "xor_eq" | "typeof" | "stdin" | "stdout" | "stderr" | "system"
| "BIG_ENDIAN" | "LITTLE_ENDIAN" | "assert" | "NULL" | "wchar_t" | "EOF"
| "bool" | "const_cast" | "dynamic_cast" | "explicit" | "export" | "mutable" | "namespace"
| "reinterpret_cast" | "static_cast" | "typeid" | "typename" | "virtual"
Expand Down

0 comments on commit a6b0fc4

Please sign in to comment.