HP does not allow the last enum to have a 'comma' after it.
git-svn-id: svn://10.0.0.236/trunk@44314 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -67,7 +67,7 @@ typedef enum {
|
||||
kWbClassKatakanaLetter,
|
||||
kWbClassHiraganaLetter,
|
||||
kWbClassHWKatakanaLetter,
|
||||
kWbClassThaiLetter,
|
||||
kWbClassThaiLetter
|
||||
} wb_class;
|
||||
|
||||
#define IS_ASCII(c) (0 == ( 0xFF80 & (c)))
|
||||
|
||||
Reference in New Issue
Block a user