Move -ltermcap definition to hpux system file.
authorChris Hanson <org/chris-hanson/cph>
Wed, 26 Jul 1989 23:59:35 +0000 (23:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 26 Jul 1989 23:59:35 +0000 (23:59 +0000)
v7/src/microcode/m/hp9k800.h
v7/src/microcode/s/hpux.h

index 1e522fa19ed57cdaf3d0facf84d90da51563d258..d414b5eb913f0a1223fc74359d6fa8934c686aab 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-C-*-
    Machine file for HP9000 series 800
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.1 1989/07/18 22:35:56 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/hp9k800.h,v 1.2 1989/07/26 23:59:26 cph Rel $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -36,10 +36,3 @@ MIT in each case. */
 #define PROC_TYPE PROC_TYPE_HPPA
 
 #define C_SWITCH_MACHINE -Dspectrum
-
-/* Optimization loses on "interp.c". */
-#define C_OPTIMIZE_SWITCH
-
-#ifndef HAVE_CURSES
-#define LIBS_SYSTEM -lcurses
-#endif
index 6254a2fd9e335c4ef8e87bce64fd8b8245d248c7..708f06c528e0f9e0761381c5909d95b1c1e1a445 100644 (file)
@@ -1,7 +1,7 @@
 /* -*-C-*-
    System file for HP-UX
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.2 1989/07/26 04:17:10 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/hpux.h,v 1.3 1989/07/26 23:59:35 cph Rel $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -44,3 +44,7 @@ MIT in each case. */
 
 #define SOURCES_SYSTEM unixprim.c
 #define OBJECTS_SYSTEM unixprim.o
+
+#ifndef HAVE_CURSES
+#define LIBS_SYSTEM -lcurses
+#endif