diff options
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 1f9de01..7c15e0b 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -45,10 +45,6 @@ Boston, MA 02111-1307, USA. */ #define SDB_DEBUGGING_INFO -/* Allow #sccs in preprocessor. */ - -#define SCCS_DIRECTIVE - /* Output #ident as a .ident. */ #define ASM_OUTPUT_IDENT(FILE, NAME) fprintf (FILE, "\t.ident \"%s\"\n", NAME); |