summaryrefslogtreecommitdiff
path: root/plan9/plan9ish.h
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/plan9ish.h')
-rw-r--r--plan9/plan9ish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h
index 7fd8c7e5db..a5a318e704 100644
--- a/plan9/plan9ish.h
+++ b/plan9/plan9ish.h
@@ -105,7 +105,7 @@
#define BIT_BUCKET "/dev/null"
#define PERL_SYS_INIT_BODY(c,v) \
- MALLOC_CHECK_TAINT2(*c,*v) PERLIO_INIT; MALLOC_INIT
+ MALLOC_CHECK_TAINT2(*c,*v) PERLIO_INIT; MALLOC_INIT
#define dXSUB_SYS dNOOP
#define PERL_SYS_TERM_BODY() PERLIO_TERM; MALLOC_TERM