giounix syntax error



Hi,

glib-1.3.13/glib/giounix.c contains a syntax error which is friendly handled
by gcc but not by other compilers: ", }" is not allowed

xlc reports a syntax error

could you fix it?

here the patch (unified diff)
------- cut -------
--- glib-1.3.13.org/glib/giounix.c	Fri Dec 21 21:13:32 2001
+++ glib-1.3.13/glib/giounix.c	Tue Feb 12 10:24:49 2002
@@ -427,7 +427,7 @@
     MODE_R = 1 << 0,
     MODE_W = 1 << 1,
     MODE_A = 1 << 2,
-    MODE_PLUS = 1 << 3,
+    MODE_PLUS = 1 << 3
   } mode_num;
   struct stat buffer;
 
------- cut -------
-- 
Miroslaw Dobrzanski-Neumann

MOSAIC SOFTWARE AG
Base Development and Research
Tel +49-2225-882-291
Fax +49-2225-882-201
E-mail: mne mosaic-ag com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]