diff options
author | David Leadbeater <dgl@dgl.cx> | 2011-03-07 18:45:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-03-28 10:21:47 +0100 |
commit | 01d65469392dfc0a9e7a9b5a1a7770e9306b9213 (patch) | |
tree | 98fcd6031bc4e7a23999d5e9facec2cdd09eee9a /intrpvar.h | |
parent | a82b5f080d91ffe184d8ac4795ac71e72e612c2f (diff) | |
download | perl-01d65469392dfc0a9e7a9b5a1a7770e9306b9213.tar.gz |
Microperl doesn't do signal handlers, ifdef some handling code
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 32a013af67..824bf20820 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -708,7 +708,9 @@ PERLVARI(Iunlockhook, share_proc_t, PERL_UNLOCK_HOOK) PERLVARI(Ithreadhook, thrhook_proc_t, Perl_nothreadhook) +#ifndef PERL_MICRO PERLVARI(Isignalhook, despatch_signals_proc_t, Perl_despatch_signals) +#endif PERLVARI(Ihash_seed, UV, 0) /* Hash initializer */ |