File: fix_bison

package info (click to toggle)
ifmail 2.14tx8.10-32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,056 kB
  • sloc: ansic: 30,328; perl: 4,955; yacc: 839; makefile: 716; sh: 424; cpp: 235; lex: 206; awk: 24
file content (13 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
Bug-Debian: http://bugs.debian.org/164230

--- a/ifcico/flagexp.y
+++ b/ifcico/flagexp.y
@@ -45,7 +45,7 @@ flag		: IDENT
 timestring	: TIMESTR
 			{debug(13,"timelem %d",$1);$$ = $1;}
 		| TIMESTR COMMA timestring
-			{debug(13,"log.expr %d %d %d",$1,OR,$3);$$ = logic($1,OR,$3);}
+			{debug(13,"log.expr %d %d %d",$1,OR,$3);$$ = logic($1,OR,$3);};
 %%
 
 #include "flaglex.c"