[Redbutton-devel] SF.net SVN: redbutton: [343] redbutton-author/trunk/ccc.l
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-23 18:50:47
|
Revision: 343
http://redbutton.svn.sourceforge.net/redbutton/?rev=343&view=rev
Author: skilvington
Date: 2007-08-23 11:50:46 -0700 (Thu, 23 Aug 2007)
Log Message:
-----------
get rid of a warning
Modified Paths:
--------------
redbutton-author/trunk/ccc.l
Modified: redbutton-author/trunk/ccc.l
===================================================================
--- redbutton-author/trunk/ccc.l 2007-08-23 18:49:46 UTC (rev 342)
+++ redbutton-author/trunk/ccc.l 2007-08-23 18:50:46 UTC (rev 343)
@@ -1,5 +1,6 @@
%{
#include <string.h>
+#define YYSTYPE char *
#include "ccc.tab.h"
extern int yylineno;
%}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|