home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3952 / cpp.sh next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1991-09-02  |  202 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # @(#) cpp.sh 1.1 91/09/01 23:08:43
  4.  
  5. # Unprototypeing preprocessor for non-ANSI C compilers. Define __STDC__
  6. # if you have enough courage.
  7.  
  8. exec /lib/cpp "$@" -Dconst= -Dvolatile= | unproto 
  9.