cpplib.c (do_sccs): Handle #sccs on all systems.
authorNeil Booth <neil@daikokuya.co.uk>
Wed, 17 Jul 2002 21:31:42 +0000 (21:31 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 17 Jul 2002 21:31:42 +0000 (21:31 +0000)
commit74d06cf221682acc2ce3f55b52020e63c88f5a68
treefe351c680db9579e33873d4fc5b985b8dde0266f
parent61dde664e4595c54df930963a2f7b731a8566bc8
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
30 files changed:
gcc/ChangeLog
gcc/config/alpha/elf.h
gcc/config/arm/linux-elf.h
gcc/config/c4x/c4x.h
gcc/config/d30v/d30v.h
gcc/config/darwin.h
gcc/config/freebsd.h
gcc/config/i370/i370.h
gcc/config/i386/gas.h
gcc/config/i386/sco5.h
gcc/config/i960/i960.h
gcc/config/m68hc11/m68hc11.h
gcc/config/m68k/3b1.h
gcc/config/m68k/3b1g.h
gcc/config/m68k/crds.h
gcc/config/m68k/mot3300.h
gcc/config/m68k/pbb.h
gcc/config/m88k/m88k.h
gcc/config/mips/mips.h
gcc/config/netbsd.h
gcc/config/ptx4.h
gcc/config/sparc/pbd.h
gcc/config/stormy16/stormy16.h
gcc/config/svr3.h
gcc/config/svr4.h
gcc/config/vax/vaxv.h
gcc/cpplib.c
gcc/doc/cpp.texi
gcc/doc/tm.texi
gcc/system.h