mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
remove debug crap accidentally left in the patch
SVN-Revision: 7292
This commit is contained in:
parent
ae5b054926
commit
6a10911e6e
@ -375,9 +375,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
|
||||
+ }
|
||||
+ if (initseq && initseq->first)
|
||||
+ tv = evaluate(initseq->first, tv);
|
||||
+ fprintf(stderr, "DEBUG: %s(%d)\\n", __func__, __LINE__);
|
||||
+ nvfree(tv);
|
||||
+ fprintf(stderr, "DEBUG: %s(%d)\\n", __func__, __LINE__);
|
||||
+}
|
||||
+
|
||||
+
|
||||
@ -774,7 +772,7 @@ diff -purN bb.old/editors/awx_parser.h bb.dev/editors/awx_parser.h
|
||||
diff -purN bb.old/editors/awx_parser.l bb.dev/editors/awx_parser.l
|
||||
--- bb.old/editors/awx_parser.l 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ bb.dev/editors/awx_parser.l 2007-05-20 22:30:31.380512280 +0200
|
||||
@@ -0,0 +1,302 @@
|
||||
@@ -0,0 +1,300 @@
|
||||
+%{
|
||||
+#include <stdio.h>
|
||||
+#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user