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:
@ -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>
|
Thu Mar 26 20:47:21 1998 Owen Taylor <owt1@cornell.edu>
|
||||||
|
|
||||||
* configure.in glib glibconfig.h.in: Add test for atexit/on_exit -
|
* configure.in glib glibconfig.h.in: Add test for atexit/on_exit -
|
||||||
|
|||||||
@ -87,14 +87,6 @@ my_traverse (gpointer key,
|
|||||||
return FALSE;
|
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
|
int
|
||||||
main (int argc,
|
main (int argc,
|
||||||
char *argv[])
|
char *argv[])
|
||||||
@ -396,8 +388,6 @@ main (int argc,
|
|||||||
g_print ("ok\n");
|
g_print ("ok\n");
|
||||||
|
|
||||||
g_print ("checking g_strcasecmp...\n");
|
g_print ("checking g_strcasecmp...\n");
|
||||||
print_compare ("Schlo<EFBFBD><EFBFBD>", "Schlo");
|
|
||||||
print_compare ("<EFBFBD><EFBFBD>ffchen", "<EFBFBD><EFBFBD>fchen");
|
|
||||||
|
|
||||||
/* g_debug (argv[0]); */
|
/* g_debug (argv[0]); */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user