Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/engrave

Dir     : e17/libs/engrave/src/lib


Modified Files:
        engrave.y 


Log Message:
- remove yywrap as its causing link errors and we are runing noyywarp anyway

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/engrave/src/lib/engrave.y,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- engrave.y   10 Nov 2004 20:33:21 -0000      1.9
+++ engrave.y   15 Nov 2004 04:10:58 -0000      1.10
@@ -792,12 +792,6 @@
        fprintf(stderr, "yyerror: %s\n", str);
 }
 
-int
-yywrap()
-{
-       return 1;
-}
-
 void
 parse_error(void)
 {




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to