t#define PLAN9PORT. forgive me. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 57d4c1f30e0ca3ad13abc1873f3b75bea1b76f9f
(DIR) parent 6bdad3d616e85fa078f2de160d9da66cc4f90f9d
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 20 May 2004 17:41:17 +0000
#define PLAN9PORT.
forgive me.
Diffstat:
M bin/9c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/bin/9c b/bin/9c
t@@ -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