2 #define BAD_DECIMAL 258
42 #define INC_or_DEC 298
57 #define MATCH_FUNC 313
77 INST
*start
; /* code starting address */
78 PF_CP fp
; /* ptr to a (print/printf) or (sub/gsub) function */
79 BI_REC
*bip
; /* ptr to info about a builtin */
80 FBLOCK
*fbp
; /* ptr to a function block */
86 extern YYSTYPE yylval
;