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