diff options
Diffstat (limited to 'plan9/plan9ish.h')
-rw-r--r-- | plan9/plan9ish.h | 2 |
1 files changed, 2 insertions, 0 deletions
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__ */ |