Fix %callback which was generating uncompileable code for C# and D

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2011-08-26 18:05:50 +00:00
commit 8b9afd0772
4 changed files with 7 additions and 1 deletions

View file

@ -114,7 +114,7 @@
}
%}
%callback(1) func_cb;
%callback("%(uppercase)s_CALLBACK") func_cb;
%inline {
int func_cb(int c, int d) { return c; }