Include <ctype.h> when defining gdk_isw* in terms of is* as a fallback.
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com> * gdk/gdki18n.h: Include <ctype.h> when defining gdk_isw* in terms of is* as a fallback. (Bug #4106 - Dan Winship <danw@MIT.EDU>)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Sun Jan 23 22:27:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdki18n.h: Include <ctype.h> when defining
|
||||
gdk_isw* in terms of is* as a fallback.
|
||||
(Bug #4106 - Dan Winship <danw@MIT.EDU>)
|
||||
|
||||
Sun Jan 23 22:12:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
# define gdk_iswalnum(c) iswalnum(c)
|
||||
# define gdk_iswspace(c) iswspace(c)
|
||||
#else
|
||||
# include <ctype.h>
|
||||
# define gdk_iswalnum(c) ((wchar_t)(c) <= 0xFF && isalnum(c))
|
||||
# define gdk_iswspace(c) ((wchar_t)(c) <= 0xFF && isspace(c))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user