From a38989dfbf2d9980ddfe076bc272b9c4b03bb377 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 18 Jan 2003 22:50:17 +0000 Subject: [PATCH] Updated. committer: mfx 1042930217 +0000 --- src/Makefile | 7 +++---- src/stdcxx.h | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index 207c2b27..a5769964 100644 --- a/src/Makefile +++ b/src/Makefile @@ -229,7 +229,6 @@ endif # linux ifeq ($(target),linux-intelc70) CC = icc -CXX = icc CCARCH += -march=i386 -mcpu=i686 CFLAGS_OUTPUT = -o $@ LINK_EXE_OUTPUT = -o $@ @@ -609,14 +608,14 @@ maintainer-clean: distclean untabify: - mfxtu -d4 -t *.h *.cpp *.ch + mfxtu -d4 -t *.ch *.cpp *.h mfxtu -d8 -t stub/[ln]*.asm stub/*.ash stub/*.[cs] tags TAGS: - ctags *.h *.cpp *.ch + ctags *.ch *.cpp *.h ID: - mkid *.h *.cpp *.ch + mkid *.ch *.cpp *.h # /*********************************************************************** diff --git a/src/stdcxx.h b/src/stdcxx.h index 9e9d15f4..1e4fcd00 100644 --- a/src/stdcxx.h +++ b/src/stdcxx.h @@ -85,7 +85,6 @@ private: #endif - /************************************************************************* // exceptions & RTTI **************************************************************************/