SOURCES: dict-misc-gcc.patch (NEW) - deprecated use of label at en...
pascalek
pascalek at pld-linux.org
Fri May 11 21:26:24 CEST 2007
Author: pascalek Date: Fri May 11 19:26:24 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- deprecated use of label at end of compound statement
---- Files affected:
SOURCES:
dict-misc-gcc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dict-misc-gcc.patch
diff -u /dev/null SOURCES/dict-misc-gcc.patch:1.1
--- /dev/null Fri May 11 21:26:24 2007
+++ SOURCES/dict-misc-gcc.patch Fri May 11 21:26:19 2007
@@ -0,0 +1,12 @@
+diff -Nur dict-misc-1.5.orig/dictfmt.c dict-misc-1.5.chng/dictfmt.c
+--- dict-misc-1.5.orig/dictfmt.c 1998-07-06 03:33:40.000000000 +0200
++++ dict-misc-1.5.chng/dictfmt.c 2007-05-11 21:23:20.000000000 +0200
+@@ -464,7 +464,7 @@
+ }
+ fmt_string(buf);
+ fmt_newline();
+- skip:
++ skip: ;
+ }
+
+ fmt_newheadword(NULL,0);
================================================================
More information about the pld-cvs-commit
mailing list