home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume26 / unproto / part01 / cpp.sh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1991-12-07  |  311 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. # @(#) cpp.sh 1.2 91/09/22 21:21:43
  4.  
  5. # Unprototypeing preprocessor for non-ANSI C compilers. Define __STDC__
  6. # if you have enough courage. You will have to modify this script if
  7. # your cc(1) command specifies output file names to the preprocessor.
  8.  
  9. exec /lib/cpp "$@" -Dconst= -Dvolatile= | unproto 
  10.