[pure-lang-svn] SF.net SVN: pure-lang:[625] pure/trunk/interpreter.cc
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-08-27 07:58:52
|
Revision: 625
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=625&view=rev
Author: agraef
Date: 2008-08-27 07:59:01 +0000 (Wed, 27 Aug 2008)
Log Message:
-----------
Cosmetic changes.
Modified Paths:
--------------
pure/trunk/interpreter.cc
Modified: pure/trunk/interpreter.cc
===================================================================
--- pure/trunk/interpreter.cc 2008-08-27 07:58:07 UTC (rev 624)
+++ pure/trunk/interpreter.cc 2008-08-27 07:59:01 UTC (rev 625)
@@ -3427,8 +3427,7 @@
// the definition of a Pure function of the same name. In this case the C
// 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");
+ throw err("symbol '"+name+"' 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.
|