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:
jdunn%netscape.com
1999-08-24 18:49:43 +00:00
parent eaeb6bff71
commit 2f077b96e2

View File

@@ -67,7 +67,7 @@ typedef enum {
kWbClassKatakanaLetter,
kWbClassHiraganaLetter,
kWbClassHWKatakanaLetter,
kWbClassThaiLetter,
kWbClassThaiLetter
} wb_class;
#define IS_ASCII(c) (0 == ( 0xFF80 & (c)))