From 40f21532465be0e37a9e31bebb47c6e3ff2c6e66 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 26 Jan 2003 09:08:36 +0000 Subject: Plan 9 compiler can't return quads from the ?: (condop). (There may be more spots like this, so a Configure test maybe in order, but this works for now.) From Russ Cox. p4raw-id: //depot/perl@18583 --- plan9/plan9ish.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plan9') diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index 6fb59663f3..3df8bf5621 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -131,4 +131,6 @@ /* For use by POSIX.xs */ extern int tcsendbreak(int, int); +#define CONDOP_SIZE 4 /* The Plan 9 compiler cannot return quads from ?: */ + #endif /* __PLAN9ISH_H__ */ -- cgit v1.2.1