[Libguestfs] [PATCH 1/4] generator: 'interface' is a reserved word in Java.

Richard W.M. Jones rjones at redhat.com
Fri Feb 12 12:44:57 UTC 2010


-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From 48a9ff73319d0d065bff2b9374c84bcf6438cb20 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at redhat.com>
Date: Fri, 12 Feb 2010 11:46:40 +0000
Subject: [PATCH 1/4] generator: 'interface' is a reserved word in Java.

---
 src/generator.ml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/generator.ml b/src/generator.ml
index 2cede47..7db58eb 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";
-- 
1.6.5.2



More information about the Libguestfs mailing list