From aa40b760dfe35a1429a0d48663dcdcebf63c9191 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Mon, 5 Dec 2011 12:26:54 +0000 Subject: [PATCH] Added "callback" to Java reserved keywords. --- Source/Bind/Utilities.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Bind/Utilities.cs b/Source/Bind/Utilities.cs index f5dbbeaf..8b8bdbf4 100644 --- a/Source/Bind/Utilities.cs +++ b/Source/Bind/Utilities.cs @@ -143,7 +143,8 @@ namespace Bind "catch", "extends", "int", "short", "try", "char", "final", "interface", "static", "void", "class", "finally", "long", "strictfp", "volatile", - "const", "float", "native", "super", "while" + "const", "float", "native", "super", "while", + "callback" }); static readonly List CppKeywords = new List();