|
From: <set...@us...> - 2006-04-07 21:49:07
|
Revision: 1227 Author: sethdill Date: 2006-04-07 14:48:56 -0700 (Fri, 07 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1227&view=rev Log Message: ----------- Initialize the conversant verbs. Modified Paths: -------------- Frontier/branches/Conversant/Common/source/shell.c Modified: Frontier/branches/Conversant/Common/source/shell.c =================================================================== --- Frontier/branches/Conversant/Common/source/shell.c 2006-04-07 21:24:58 UTC (rev 1226) +++ Frontier/branches/Conversant/Common/source/shell.c 2006-04-07 21:48:56 UTC (rev 1227) @@ -1331,6 +1331,15 @@ mathinitverbs (); /*2004-12-30 smd: langmath.c*/ +#ifdef flconversantverbs + #if (flconversantverbs == 1) + + /* 2004-12-31 smd: conversantverbs.c */ + conversantinitverbs (); + + #endif +#endif + dllinitverbs (); /*2004-11-29 aradke: langdll.c*/ cryptinitverbs (); /* 2006-03-07 creedon: langcrypt.c */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |