adjust STRIP_UNDERSCORE, polish te-files

This commit is contained in:
K. Richard Pixley 1991-11-06 02:23:49 +00:00
parent 2e81fce47e
commit ac7d9f2dd1
2 changed files with 0 additions and 6 deletions

View File

@ -2,9 +2,6 @@
#define dpx2
#define TC_M68K
/* Preserve leading underscore in symbol names. */
#define STRIP_UNDERSCORE 0
/* The magic number is not the usual MC68MAGIC. */
#define FILE_HEADER_MAGIC MC68KBCSMAGIC

View File

@ -3,6 +3,3 @@
/* Return true if s (a non null string pointer), points to a local variable name. */
#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')
/* Compiler does not generate symbol names with a leading underscore. */
#define STRIP_UNDERSCORE 0