removed unused macros

SVN revision: 14178
This commit is contained in:
tsauerbeck 2005-04-13 19:38:53 +00:00 committed by tsauerbeck
parent 8b6e8a16c9
commit ab64c38407
1 changed files with 0 additions and 10 deletions

View File

@ -424,16 +424,6 @@ typedef struct __s_stringpair
int sc_writebin(void *handle, void *buffer, int size);
long sc_lengthbin(void *handle); /* return the length of the file */
/* by default, functions and variables used in throughout the compiler
* files are "external"
*/
#if !defined SC_VDECL
#define SC_VDECL extern
#endif
#if !defined SC_VDEFINE
#define SC_VDEFINE
#endif
/* function prototypes in SC1.C */
symbol *fetchfunc(char *name, int tag);
char *operator_symname(char *symname, char *opername, int tag1,