Enlightenment CVS committal Author : shorne Project : e17 Module : libs/engrave
Dir : e17/libs/engrave/src/lib Modified Files: engrave.y Log Message: Adding a missing ';' =================================================================== RCS file: /cvs/e/e17/libs/engrave/src/lib/engrave.y,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- engrave.y 28 Dec 2006 18:22:56 -0000 1.16 +++ engrave.y 29 Dec 2006 12:55:14 -0000 1.17 @@ -107,6 +107,7 @@ spectrum_color: COLOR COLON exp exp exp exp exp SEMICOLON { engrave_parse_spectrum_color((int)$3, (int)$4, (int)$5, (int)$6, (int)$7); } + ; fonts: FONTS OPEN_BRACE { section = FONTS; } font_statement CLOSE_BRACE semicolon_maybe { section = BASE; } ; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs