[pure-lang-svn] SF.net SVN: pure-lang: [198] pure/trunk/runtime.cc
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-09 22:40:16
|
Revision: 198 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=198&view=rev Author: agraef Date: 2008-06-09 15:40:23 -0700 (Mon, 09 Jun 2008) Log Message: ----------- Replace malloc.h with stdlib.h. Modified Paths: -------------- pure/trunk/runtime.cc Modified: pure/trunk/runtime.cc =================================================================== --- pure/trunk/runtime.cc 2008-06-09 22:26:09 UTC (rev 197) +++ pure/trunk/runtime.cc 2008-06-09 22:40:23 UTC (rev 198) @@ -5,7 +5,7 @@ #include "util.hh" #include <readline/readline.h> #include <readline/history.h> -#include <malloc.h> +#include <stdlib.h> #include <stdarg.h> #include <iostream> #include <sstream> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |