summaryrefslogtreecommitdiff
path: root/Lib/ocaml/ocamlkw.swg
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-06-19 20:02:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-06-19 20:02:13 +0000
commit9c323f4a70d687ceda3700e8e193263be04f04f3 (patch)
treee2ba9e2da640ac6818fbe020708138a6de72a272 /Lib/ocaml/ocamlkw.swg
parentde6d6ccaa862d0ad427498ef98909f6b9f42c0b7 (diff)
downloadswig-9c323f4a70d687ceda3700e8e193263be04f04f3.tar.gz
Add R keyword support. Rename keywords for successful compilation of Java and C# code. More consistent keyword warnings across the different languages.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10530 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/ocaml/ocamlkw.swg')
-rw-r--r--Lib/ocaml/ocamlkw.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ocaml/ocamlkw.swg b/Lib/ocaml/ocamlkw.swg
index ba06f238e..9b9096e2b 100644
--- a/Lib/ocaml/ocamlkw.swg
+++ b/Lib/ocaml/ocamlkw.swg
@@ -2,7 +2,7 @@
#define OCAML_OCAMLKW_SWG_
/* Warnings for Ocaml keywords */
-#define OCAMLKW(x) %namewarn("314:" #x " is a ocaml keyword and it will properly renamed") #x
+#define OCAMLKW(x) %namewarn("314: '" #x "' is a ocaml keyword and it will properly renamed") #x
/*
from