diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 18:33:42 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-12 18:33:42 +0000 |
commit | 1d8d21564bbe9d8357efc1901b885fc3998c9639 (patch) | |
tree | 2c995c2e6d163fc5d12bc336c8745be908a9b78b /cpp/src/Slice/VbUtil.cpp | |
parent | Fixed dependencies (diff) | |
download | ice-1d8d21564bbe9d8357efc1901b885fc3998c9639.tar.bz2 ice-1d8d21564bbe9d8357efc1901b885fc3998c9639.tar.xz ice-1d8d21564bbe9d8357efc1901b885fc3998c9639.zip |
Fixed order of keywords
Diffstat (limited to 'cpp/src/Slice/VbUtil.cpp')
-rwxr-xr-x | cpp/src/Slice/VbUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/VbUtil.cpp b/cpp/src/Slice/VbUtil.cpp index 07359c1d85a..412a378a0aa 100755 --- a/cpp/src/Slice/VbUtil.cpp +++ b/cpp/src/Slice/VbUtil.cpp @@ -35,7 +35,7 @@ lookupKwd(const string& name, int baseTypes, bool mangleCasts = false) static const string keywordList[] = { "AddHandler", "AddressOf", "Alias", "And", "AndAlso", "Ansi", "As", "Assembly", "Auto", - "Boolean", "ByRef", "ByVal", "Byte", "CBool", "CByte", "CChar", "CDate", "CDbl", "CDec", + "Boolean", "ByRef", "Byte", "ByVal", "CBool", "CByte", "CChar", "CDate", "CDbl", "CDec", "CInt", "CLng", "CObj", "CShort", "CSng", "CStr", "CType", "Call", "Case", "Catch", "Char", "Class", "Const", "Date", "Decimal", "Declare", "Default", "Delegate", "Dim", "DirectCast", "Do", "Double", "Each", "Else", "ElseIf", "End", "EndIf", "Enum", "Erase", "Error", "Event", |