]> git.pld-linux.org Git - packages/flex.git/commitdiff
- avoid uninitialized variable warning. DEVEL
authorkloczek <kloczek@pld-linux.org>
Tue, 21 Sep 1999 00:40:29 +0000 (00:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flex-skel.patch -> 1.1

flex-skel.patch [new file with mode: 0644]

diff --git a/flex-skel.patch b/flex-skel.patch
new file mode 100644 (file)
index 0000000..5f8222a
--- /dev/null
@@ -0,0 +1,11 @@
+--- flex-2.5.4/skel.c.skel     Wed Aug 25 14:02:51 1999
++++ flex-2.5.4/skel.c  Wed Aug 25 14:03:16 1999
+@@ -454,7 +454,7 @@
+   "YY_DECL",
+   "   {",
+   "   register yy_state_type yy_current_state;",
+-  "   register char *yy_cp, *yy_bp;",
++  "   register char *yy_cp = NULL, *yy_bp = NULL;",
+   "   register int yy_act;",
+   "",
+   "%% user's declarations go here",
This page took 0.087833 seconds and 4 git commands to generate.