This is a patch for DEC OSF1 mainly. == changes by gtk-joke-980410-0.patch == File: gdk/gdk.c, gdk/gdktypes.h, glib/glib.h, glib/testglib.c, gtk/circles.xbm, gtk/gtkclist.c, gtk/gtkcolorsel.c, gtk/gtkinputdialog.c, gtk/gtkrc.c, gtk/gtkwindow.c, gtk/testgtk.c Changes: DEC OSF1 cc warns type incompatibility of char and unsigned char, extraneous comma and semicolon. Gcc on OSF1 warns cast from pointer to integer of different size and size_t is unsigned long. This patch reduces these ugly warnings. ======================================== Yasuhiro SHIRASAKI joke@awa.tohoku.ac.jp