giounix syntax error
- From: Miroslaw Dobrzanski-Neumann <mne mosaic-ag com>
- To: GTKDEV <gtk-devel-list gnome org>
- Subject: giounix syntax error
- Date: Tue, 12 Feb 2002 10:50:20 +0100
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]