diff options
| author | Richard Jones <rjones@redhat.com> | 2010-02-12 11:46:40 +0000 |
|---|---|---|
| committer | Richard Jones <rjones@redhat.com> | 2010-02-12 11:46:40 +0000 |
| commit | 48a9ff73319d0d065bff2b9374c84bcf6438cb20 (patch) | |
| tree | 18baaef3962b6086a793e37727d4587e87a9599f | |
| parent | 8d70639e27c79ce88c1e61898536c17cd71258e7 (diff) | |
| download | libguestfs-48a9ff73319d0d065bff2b9374c84bcf6438cb20.tar.gz libguestfs-48a9ff73319d0d065bff2b9374c84bcf6438cb20.tar.xz libguestfs-48a9ff73319d0d065bff2b9374c84bcf6438cb20.zip | |
generator: 'interface' is a reserved word in Java.
| -rwxr-xr-x | src/generator.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml index 2cede474..7db58eb0 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -4787,6 +4787,7 @@ let check_functions () = "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"; "match"; "mdo"; "method"; "mod"; "module"; "mutable"; "new"; "newtype"; "object"; "of"; "open"; "or"; "private"; "qualified"; |
