Remove blank lines.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 6 Mar 1992 00:28:03 +0000 (00:28 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 6 Mar 1992 00:28:03 +0000 (00:28 +0000)
v7/src/microcode/s/dos.m4

index 3fbc8f295a5cb2af701fb6a113a51d63005d4741..4810d033c82f889aae7e2159d6269dd4094ad99e 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/csh -f
-# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/dos.m4,v 1.1 1992/03/05 20:30:55 jinx Exp $
+# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/s/Attic/dos.m4,v 1.2 1992/03/06 00:28:03 jinx Exp $
 # Postprocessing to get valid dos assembly language from cmpaux-i386.m4
 
 set tmpfil = "m4.tmp"
@@ -20,5 +20,5 @@ end
 if ($seen_input == 0) then
   sed -e '/^#/D' >> "$tmpfil"
 endif
-m4 < "$tmpfil" | sed -e 's/#/;/g' -e 's/^\f$//'
+m4 < "$tmpfil" | sed -e 's/#/;/g' -e 's/^\f$//' | sed -n -e '/^..*/p'
 rm -f "$tmpfil"