Add syntax error.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Nov 1993 22:08:32 +0000 (22:08 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 3 Nov 1993 22:08:32 +0000 (22:08 +0000)
v7/src/microcode/unxutl/config

index f862ac34a21b2b28dc51e6b5502653bcdc418171..307272b4721a64c061b5eda491b4512bac484ebb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Configuration script for MIT Scheme
-# $Id: config,v 1.24 1993/11/03 22:08:04 gjr Exp $
+# $Id: config,v 1.25 1993/11/03 22:08:32 gjr Exp $
 # Modelled on the configuration script for GNU CC
 # The section between lines is the copyright prefix from the GNU CC config.
 #----------------------------------------------------------------------
@@ -140,14 +140,14 @@ discriminate()
                cmpaux_file=mc68k.m4
                cmp_file=sun3-nfp.s
                ;;
-       sun3-os3-nfp)                   # sun3, pre-4.0 sunos, No Floating Point
+       sun3-os3-nfp)                   # sun3, pre-4.0 sunos, No FP
                system_file=sunos3
                machine_file=sun3
                cmpint_file=mc68k.h
                cmpaux_file=mc68k.m4
                cmp_file=sun3-nfp.s
                ;;
-       sun4 sparc)
+       sun4 sparc)
                system_file=sunos4
                machine_file=sun4 
                ;;