diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-17 21:31:42 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-17 21:31:42 +0000 |
commit | b07c4b8555b0b0527adceb5c7221c2e88dca2238 (patch) | |
tree | fe351c680db9579e33873d4fc5b985b8dde0266f /gcc/config/vax | |
parent | 5018b5cd1a5d0366b6d3157bd6610fbf5c69c991 (diff) | |
download | gcc-b07c4b8555b0b0527adceb5c7221c2e88dca2238.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55542 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vaxv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index a86615277ea..7b8e7fff5ff 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.h @@ -18,10 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Cope with these under SysV */ - -#define SCCS_DIRECTIVE - #define TARGET_OS_CPP_BUILTINS() \ do \ { \ |