]> git.pld-linux.org Git - packages/cflowd.git/blobdiff - cflowd-yywrap.patch
- new
[packages/cflowd.git] / cflowd-yywrap.patch
diff --git a/cflowd-yywrap.patch b/cflowd-yywrap.patch
new file mode 100644 (file)
index 0000000..842b2b8
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cflowd-2-1-b1.org/classes/src/config.lex cflowd-2-1-b1/classes/src/config.lex
+--- cflowd-2-1-b1.org/classes/src/config.lex   2003-09-11 23:04:06.000000000 +0200
++++ cflowd-2-1-b1/classes/src/config.lex       2003-09-11 23:04:37.000000000 +0200
+@@ -48,6 +48,8 @@
+           msg);
+     return;
+   }
++
++  extern int yywrap ( void );
+ %}
+ matched_OPTIONS ^[ \t]*OPTIONS[\t ]*[{][\t ]*
This page took 0.098495 seconds and 4 git commands to generate.