00001 /*******************************************************/ 00002 /* "C" Language Integrated Production System */ 00003 /* */ 00004 /* CLIPS Version 6.20 01/31/02 */ 00005 /* */ 00006 /* DEFFACTS CONSTRUCT COMPILER HEADER FILE */ 00007 /*******************************************************/ 00008 00009 /*************************************************************/ 00010 /* Purpose: */ 00011 /* */ 00012 /* Principal Programmer(s): */ 00013 /* Gary D. Riley */ 00014 /* */ 00015 /* Contributing Programmer(s): */ 00016 /* */ 00017 /* Revision History: */ 00018 /* */ 00019 /*************************************************************/ 00020 00021 #ifndef _H_dffctcmp 00022 00023 #define _H_dffctcmp 00024 00025 #ifdef LOCALE 00026 #undef LOCALE 00027 #endif 00028 00029 #ifdef _DFFCTCMP_SOURCE_ 00030 #define LOCALE 00031 #else 00032 #define LOCALE extern 00033 #endif 00034 00035 LOCALE void DeffactsCompilerSetup(void *); 00036 LOCALE void DeffactsCModuleReference(void *,FILE *,int,int,int); 00037 00038 #endif
1.5.6