summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-04-04 00:57:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-04-04 00:57:36 +0000
commit07a8601adf62e8cb51aef9715a161aa91b44c117 (patch)
tree51f1da4b76a4287c8c3df87d2bc86332bfe67c65 /glib
parentb1446447fc2ea7edfb6e7415b0509d63a71233ba (diff)
downloadgtk+-07a8601adf62e8cb51aef9715a161aa91b44c117.tar.gz
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.
Diffstat (limited to 'glib')
-rw-r--r--glib/ChangeLog5
-rw-r--r--glib/testglib.c10
2 files changed, 5 insertions, 10 deletions
diff --git a/glib/ChangeLog b/glib/ChangeLog
index 185b73d896..96b8817bf6 100644
--- a/glib/ChangeLog
+++ b/glib/ChangeLog
@@ -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 -
diff --git a/glib/testglib.c b/glib/testglib.c
index 2763e85ce8..9332264878 100644
--- a/glib/testglib.c
+++ b/glib/testglib.c
@@ -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", "Schlo");
- print_compare ("ffchen", "fchen");
/* g_debug (argv[0]); */