home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
misc
/
volume26
/
unproto
/
part01
/
cpp.sh
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1991-12-07
|
311 b
|
10 lines
#!/bin/sh
# @(#) cpp.sh 1.2 91/09/22 21:21:43
# Unprototypeing preprocessor for non-ANSI C compilers. Define __STDC__
# if you have enough courage. You will have to modify this script if
# your cc(1) command specifies output file names to the preprocessor.
exec /lib/cpp "$@" -Dconst= -Dvolatile= | unproto