From 74d06cf221682acc2ce3f55b52020e63c88f5a68 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 17 Jul 2002 21:31:42 +0000 Subject: cpplib.c (do_sccs): Handle #sccs on all systems. * cpplib.c (do_sccs): Handle #sccs on all systems. * system.h (SCCS_DIRECTIVE): Poison. * config/darwin.h, config/freebsd.h, config/netbsd.h, config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h, config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h, config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h, config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h, config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h, config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h: Remove all references to SCCS_DIRECTIVE. * doc/cpp.texi, doc/tm.texi: Update. From-SVN: r55542 --- gcc/config/netbsd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/config/netbsd.h') diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 3f5d183..38eb749 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -128,11 +128,6 @@ Boston, MA 02111-1307, USA. */ fprintf ((STREAM), "void __fini() {\n\t%s();\n}\n", (FUNC)); \ } while (0) -/* Allow #sccs in preprocessor. */ - -#undef SCCS_DIRECTIVE -#define SCCS_DIRECTIVE - #undef TARGET_HAS_F_SETLKW #define TARGET_HAS_F_SETLKW -- cgit v1.1