mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Removed gccism: #endif WANT_BIG5 -> #endif
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1527 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
28899856a4
commit
3d370cd3e0
@ -29,7 +29,7 @@
|
||||
#define is_big5_lox(lo) (((char)0x80<=lo)&&(lo<=(char)0xFE)) /* extended */
|
||||
#define is_big5_hi(hi) (((char)0x81<=hi)&&(hi<=(char)0xFE))
|
||||
#define is_big5(hi,lo) is_big5_hi(hi) && (is_big5_los(lo) || is_big5_lox(lo))
|
||||
#endif WANT_BIG5
|
||||
#endif
|
||||
|
||||
int init_screen(void); /* Initialize screen, detect screen length */
|
||||
void deinit_screen(void); /* Deinitialize screen */
|
||||
|
Loading…
Reference in New Issue
Block a user