commit 57d4c1f30e0ca3ad13abc1873f3b75bea1b76f9f from: rsc date: Thu May 20 17:41:17 2004 UTC #define PLAN9PORT. forgive me. commit - 6bdad3d616e85fa078f2de160d9da66cc4f90f9d commit + 57d4c1f30e0ca3ad13abc1873f3b75bea1b76f9f blob - 5939a4e42c59035b2abc69ee62fdf49413734c4e blob + 9da9be068d94b02ff74a2e04973a6fd4172ca4aa --- bin/9c +++ bin/9c @@ -49,11 +49,11 @@ esac case "$tag" in *SunOS*-cc) - exec $cc -I$PLAN9/include $cflags "$@" 2>&1 | + exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" 2>&1 | /bin/sed 's/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' 1>&2 ;; *) - exec $cc -I$PLAN9/include $cflags "$@" + exec $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" ;; esac