|
From: <set...@us...> - 2006-04-16 19:51:11
|
Revision: 1281 Author: sethdill Date: 2006-04-16 12:51:02 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1281&view=rev Log Message: ----------- Do not wrap the conversant verbs in an ifdef. This is conversant, after all. Modified Paths: -------------- Frontier/branches/Conversant/Common/source/conversantverbs.c Modified: Frontier/branches/Conversant/Common/source/conversantverbs.c =================================================================== --- Frontier/branches/Conversant/Common/source/conversantverbs.c 2006-04-16 19:47:37 UTC (rev 1280) +++ Frontier/branches/Conversant/Common/source/conversantverbs.c 2006-04-16 19:51:02 UTC (rev 1281) @@ -24,8 +24,8 @@ ******************************************************************************/ -#ifdef flconversantverbs - #if (flconversantverbs==1) +//#ifdef flconversantverbs +// #if (flconversantverbs==1) #include <ctype.h> @@ -1086,5 +1086,5 @@ } /*conversantinitverbs*/ - #endif /* flconversantverbs==1 */ -#endif /* flconversantverbs */ \ No newline at end of file +// #endif /* flconversantverbs==1 */ +//#endif /* flconversantverbs */ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |