aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-03-02 10:21:18 +0000
committerDave Love2000-03-02 10:21:18 +0000
commit789e7334d7c92c234d5ab01223a5ff4c6795d068 (patch)
treea2fe1a1ad0fee1f307de5df8fafe00579d9dcdf6 /src
parentd054101fd8ad650b92c615e3d7956f7e8479735e (diff)
downloademacs-789e7334d7c92c234d5ab01223a5ff4c6795d068.tar.gz
emacs-789e7334d7c92c234d5ab01223a5ff4c6795d068.zip
Don't set C_OPTIMIZE_SWITCH.
Diffstat (limited to 'src')
-rw-r--r--src/m/powerpcle.h7
-rw-r--r--src/m/sparc.h7
2 files changed, 0 insertions, 14 deletions
diff --git a/src/m/powerpcle.h b/src/m/powerpcle.h
index 69442a146e3..3efe88bc449 100644
--- a/src/m/powerpcle.h
+++ b/src/m/powerpcle.h
@@ -37,13 +37,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
37#define prep 37#define prep
38#endif 38#endif
39 39
40#ifdef __GNUC__
41# define C_OPTIMIZE_SWITCH -O
42#else
43 /* This level of optimization is reported to work. */
44# define C_OPTIMIZE_SWITCH -O2
45#endif
46
47/* Use type int rather than a union, to represent Lisp_Object */ 40/* Use type int rather than a union, to represent Lisp_Object */
48 41
49#define NO_UNION_TYPE 42#define NO_UNION_TYPE
diff --git a/src/m/sparc.h b/src/m/sparc.h
index 012826f0919..f48604ac994 100644
--- a/src/m/sparc.h
+++ b/src/m/sparc.h
@@ -43,13 +43,6 @@ NOTE-END */
43#define sparc 43#define sparc
44#endif 44#endif
45 45
46#ifdef __GNUC__
47# define C_OPTIMIZE_SWITCH -O
48#else
49 /* This level of optimization is reported to work. */
50# define C_OPTIMIZE_SWITCH -O2
51#endif
52
53/* Use type int rather than a union, to represent Lisp_Object */ 46/* Use type int rather than a union, to represent Lisp_Object */
54 47
55#define NO_UNION_TYPE 48#define NO_UNION_TYPE