SOURCES: dict-sap-gcc.patch (NEW) - deprecated use of label at end...
pascalek
pascalek at pld-linux.org
Fri May 11 20:52:11 CEST 2007
Author: pascalek Date: Fri May 11 18:52:11 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- deprecated use of label at end of compound statement
---- Files affected:
SOURCES:
dict-sap-gcc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/dict-sap-gcc.patch
diff -u /dev/null SOURCES/dict-sap-gcc.patch:1.1
--- /dev/null Fri May 11 20:52:11 2007
+++ SOURCES/dict-sap-gcc.patch Fri May 11 20:52:06 2007
@@ -0,0 +1,12 @@
+diff -Nur dict-sap-0.1b_0.1.orig/dictfmt.c dict-sap-0.1b_0.1.chng/dictfmt.c
+--- dict-sap-0.1b_0.1.orig/dictfmt.c 2000-08-12 05:37:21.000000000 +0200
++++ dict-sap-0.1b_0.1.chng/dictfmt.c 2007-05-11 20:44:13.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