00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _H_generate
00024
00025 #define _H_generate
00026
00027 #ifndef _H_expressn
00028 #include "expressn.h"
00029 #endif
00030 #ifndef _H_reorder
00031 #include "reorder.h"
00032 #endif
00033
00034 #ifdef LOCALE
00035 #undef LOCALE
00036 #endif
00037
00038 #ifdef _GENERATE_SOURCE_
00039 #define LOCALE
00040 #else
00041 #define LOCALE extern
00042 #endif
00043
00044 LOCALE void FieldConversion(void *,struct lhsParseNode *,struct lhsParseNode *);
00045 LOCALE struct expr *GetvarReplace(void *,struct lhsParseNode *,int);
00046 LOCALE intBool IsNandTest(struct lhsParseNode *);
00047
00048 #endif
00049
00050
00051