=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cpp/cpp.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/cpp/cpp.sh 2004/02/10 02:02:22 1.7 +++ src/usr.bin/cpp/cpp.sh 2010/05/03 18:34:01 1.8 @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: cpp.sh,v 1.7 2004/02/10 02:02:22 espie Exp $ +# $OpenBSD: cpp.sh,v 1.8 2010/05/03 18:34:01 drahn Exp $ # # Copyright (c) 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ # PATH=/usr/bin:/bin TRAD=-traditional -DGNUC="-D__GNUC__" +DGNUC="@GNUC@" STDINC="-I/usr/include" DOLLAR="@dollaropt@" OPTS=""