Don't permit '$' in identifiers, for the sake of the 386 assembler.
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 9 Mar 1991 03:54:10 +0000 (19:54 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 9 Mar 1991 03:54:10 +0000 (19:54 -0800)
SCCS-vsn: usr.bin/cpp/cpp.sh 6.2

usr/src/usr.bin/cpp/cpp.sh

index 95bf2bd..9f22e78 100644 (file)
@@ -9,14 +9,14 @@
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)cpp.sh      6.1 (Berkeley) %G%
+#      @(#)cpp.sh      6.2 (Berkeley) %G%
 #
 # Transitional front end to CCCP to make it behave like (Reiser) CCP:
 #      specifies -traditional
 #      doesn't search gcc-include
 #
 cpp="eval exec /usr/libexec/cpp"
 #
 # Transitional front end to CCCP to make it behave like (Reiser) CCP:
 #      specifies -traditional
 #      doesn't search gcc-include
 #
 cpp="eval exec /usr/libexec/cpp"
-ALST="-traditional -D__GNUC__"
+ALST="-traditional -D__GNUC__ -$ "
 NSI=no
 ARGS=""
 INCS=""
 NSI=no
 ARGS=""
 INCS=""