|
@@ -407,7 +407,8 @@ void dumpadef(char *, register DEFBUF *);
|
|
|
#endif
|
|
#endif
|
|
|
ReturnCode openfile(struct Global *,char *);
|
|
ReturnCode openfile(struct Global *,char *);
|
|
|
int cget(struct Global *);
|
|
int cget(struct Global *);
|
|
|
-void deldefines(struct Global *);
|
|
|
|
|
|
|
+void delbuiltindefines(struct Global *);
|
|
|
|
|
+void delalldefines(struct Global *);
|
|
|
char *Getmem(struct Global *, int);
|
|
char *Getmem(struct Global *, int);
|
|
|
ReturnCode openinclude(struct Global *, char *, int);
|
|
ReturnCode openinclude(struct Global *, char *, int);
|
|
|
ReturnCode expstuff(struct Global *, char *, char *);
|
|
ReturnCode expstuff(struct Global *, char *, char *);
|