forked from AuroraMiddleware/gtk
Removed literal german from strings to appease SGI compiler.
Fri Apr 3 18:05:45 1998 Owen Taylor <owt1@cornell.edu> * testglib.c: Removed literal german from strings to appease SGI compiler.
This commit is contained in:
parent
b1446447fc
commit
07a8601adf
@ -1,3 +1,8 @@
|
||||
Fri Apr 3 18:05:45 1998 Owen Taylor <owt1@cornell.edu>
|
||||
|
||||
* testglib.c: Removed literal german from strings
|
||||
to appease SGI compiler.
|
||||
|
||||
Thu Mar 26 20:47:21 1998 Owen Taylor <owt1@cornell.edu>
|
||||
|
||||
* configure.in glib glibconfig.h.in: Add test for atexit/on_exit -
|
||||
|
@ -87,14 +87,6 @@ my_traverse (gpointer key,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
print_compare (gchar *a,
|
||||
gchar *b)
|
||||
{
|
||||
g_print ("%s <=> %s : %d\n", a, b, g_strcasecmp(a,b));
|
||||
g_print ("%s <=> %s : %d\n", b, a, g_strcasecmp(b,a));
|
||||
}
|
||||
|
||||
int
|
||||
main (int argc,
|
||||
char *argv[])
|
||||
@ -396,8 +388,6 @@ main (int argc,
|
||||
g_print ("ok\n");
|
||||
|
||||
g_print ("checking g_strcasecmp...\n");
|
||||
print_compare ("Schlo<EFBFBD>ß", "Schlo");
|
||||
print_compare ("<EFBFBD>Äffchen", "<EFBFBD>Öfchen");
|
||||
|
||||
/* g_debug (argv[0]); */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user