K 10 svn:author V 5 peter K 8 svn:date V 27 1996-05-31T01:01:24.000000Z K 7 svn:log V 321 Instead of: cpp blah file.s | as -o file.o, use instead: cc -c -x assembler-with-cpp -o file.o file.s. This means that any cpp fatal errors will now be detected, as well as running *.s files through an ansi cpp instead of a traditional cpp. (fixes to allow *.s to compile under both ansi and traditional to follow) END