Re: [PATCH] Rename eppic_typeislocal in the library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



V Fri, 7 Dec 2012 08:54:34 -0500 (EST)
Dave Anderson <anderson@xxxxxxxxxx> napsáno:

> 
> 
> Hi Luc,
> 
> While you're in the clean-up mode, is there a quick fix
> you can make for these bison warnings?:

Like with the attached patch?

Petr Tesarik
diff --git a/libeppic/eppic.y b/libeppic/eppic.y
index d3fa796..d005190 100644
--- a/libeppic/eppic.y
+++ b/libeppic/eppic.y
@@ -175,8 +175,8 @@ stmtlist:
     ;
 
 stmtgroup:
-    '{' {PUSHV} decl_list stmtlist {POPV} '}'   { $$ = eppic_stat_decl($4, $3); }
-    | '{' {PUSHV} stmtlist {POPV} '}'       { $$ = eppic_stat_decl($3, 0); }
+    '{' {PUSHV;} decl_list stmtlist {POPV;} '}'   { $$ = eppic_stat_decl($4, $3); }
+    | '{' {PUSHV;} stmtlist {POPV;} '}'       { $$ = eppic_stat_decl($3, 0); }
     ;
 
 expstmt:
--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility

[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux