Revision: 231
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=231&view=rev
Author: agraef
Date: 2008-06-14 12:37:36 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
Add missing static qualifier.
Modified Paths:
--------------
pure/trunk/pure.cc
Modified: pure/trunk/pure.cc
===================================================================
--- pure/trunk/pure.cc 2008-06-14 11:43:06 UTC (rev 230)
+++ pure/trunk/pure.cc 2008-06-14 19:37:36 UTC (rev 231)
@@ -46,7 +46,7 @@
PURE_STACK: Maximum stack size in kilobytes (default: 0 = unlimited).\n"
#define LICENSE "This program is free software distributed under the GNU Public License\n(GPL V3 or later). Please see the COPYING file for details.\n"
-const char *commands[] = {
+static const char *commands[] = {
"cd", "clear", "extern", "help", "infix", "infixl", "infixr", "let", "list",
"ls", "nullary", "override", "postfix", "prefix", "pwd", "quit", "run",
"save", "stats", "underride", "using", 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|