From 9c323f4a70d687ceda3700e8e193263be04f04f3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 19 Jun 2008 20:02:13 +0000 Subject: 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 --- Lib/ocaml/ocamlkw.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/ocaml/ocamlkw.swg') 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 -- cgit v1.2.1