'byte' is already used in Ruby on windows, so use another keyword

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10542 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-06-21 19:07:51 +00:00
commit d798adbbb7

View file

@ -21,7 +21,7 @@ KW(use, next)
/* Java keywords */
KW(implements, native)
KW(byte, final)
KW(synchronized, final)
/* C# Keywords */
KW(string, out)