diff mcabber/src/utf8.h @ 1179:0f7e0346d9cb

Add aspell support [Note: Patch slightly modified by Mikael]
author entragian <entragian@o2.pl>
date Wed, 04 Apr 2007 23:23:37 +0200
parents 334ae9f498f1
children 481b60da99c9
line wrap: on
line diff
--- a/mcabber/src/utf8.h	Wed Apr 04 22:43:47 2007 +0200
+++ b/mcabber/src/utf8.h	Wed Apr 04 23:23:37 2007 +0200
@@ -23,6 +23,7 @@
 # define iswprint(c) isprint(c)
 # define towupper(c) toupper(c)
 # define towlower(c) tolower(c)
+# define iswalpha(c) isalpha(c)
 #endif
 
 extern int utf8_mode;