[pure-lang-svn] SF.net SVN: pure-lang: [236] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-15 09:25:36
|
Revision: 236 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=236&view=rev Author: agraef Date: 2008-06-15 02:25:43 -0700 (Sun, 15 Jun 2008) Log Message: ----------- gcc 4.3 compatibility fixes. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/matcher.hh Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-06-14 22:33:14 UTC (rev 235) +++ pure/trunk/ChangeLog 2008-06-15 09:25:43 UTC (rev 236) @@ -1,3 +1,8 @@ +2008-06-15 Albert Graef <Dr....@t-...> + + * matcher.hh: gcc 4.3 compatibility fixes. Suggested by Toni + Graffy. + 2008-06-14 Albert Graef <Dr....@t-...> * lexer.ll: Various changes in order to facilitate script Modified: pure/trunk/matcher.hh =================================================================== --- pure/trunk/matcher.hh 2008-06-14 22:33:14 UTC (rev 235) +++ pure/trunk/matcher.hh 2008-06-15 09:25:43 UTC (rev 236) @@ -4,6 +4,7 @@ #include <iostream> #include <string> +#include <cstring> #include <list> #include <vector> #include "expr.hh" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |