[pure-lang-svn] SF.net SVN: pure-lang:[624] pure/trunk/interpreter.cc
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-27 07:57:58
|
Revision: 624 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=624&view=rev Author: agraef Date: 2008-08-27 07:58:07 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Cosmetic changes to error messages. Modified Paths: -------------- pure/trunk/interpreter.cc Modified: pure/trunk/interpreter.cc =================================================================== --- pure/trunk/interpreter.cc 2008-08-27 07:54:52 UTC (rev 623) +++ pure/trunk/interpreter.cc 2008-08-27 07:58:07 UTC (rev 624) @@ -3428,7 +3428,7 @@ // function won't be accessible in the Pure program at all. if (it == externals.end() && g && !g->isDeclaration()) throw err("symbol '"+name+ - "' is already defined as a Pure function or variable"); + "' is already defined as a Pure function"); if (it == externals.end() && g) { // Cross-check with a builtin declaration. assert(g->isDeclaration() && gt); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |