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:
Owen Taylor 1998-04-04 00:57:36 +00:00 committed by Owen Taylor
parent b1446447fc
commit 07a8601adf
2 changed files with 5 additions and 10 deletions

View File

@ -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 -

View File

@ -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]); */