|
From: <set...@us...> - 2006-04-16 20:50:54
|
Revision: 1285 Author: sethdill Date: 2006-04-16 13:50:48 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1285&view=rev Log Message: ----------- Removed the global hcharsetconsttable. We don't seem to need it. Modified Paths: -------------- Frontier/branches/Conversant/Common/headers/lang.h Modified: Frontier/branches/Conversant/Common/headers/lang.h =================================================================== --- Frontier/branches/Conversant/Common/headers/lang.h 2006-04-16 20:43:41 UTC (rev 1284) +++ Frontier/branches/Conversant/Common/headers/lang.h 2006-04-16 20:50:48 UTC (rev 1285) @@ -725,8 +725,6 @@ extern hdlhashtable hconsttable; /*holds the names of built-in constants, like true and up*/ -extern hdlhashtable hcharsetconsttable; /* holds the names of the built-in character sets, like iso-8859-1, MacRoman, and UTF-8 */ - extern hdlhashtable hbuiltinfunctions; /*holds the names of the built-in functions*/ extern unsigned long ctscanlines; /*number of lines that have been scanned, for error reporting*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |