diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:15:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:15:54 +0000 |
commit | db15561cb83ed8e36f76d63e4283fc51c30fd71f (patch) | |
tree | 27633dd207e28c21b9b96dede3a5535513b13c37 /proto.h | |
parent | 42d3a99d28b720322fc7b50bd358ea47c49a9722 (diff) | |
download | perl-db15561cb83ed8e36f76d63e4283fc51c30fd71f.tar.gz |
fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
p4raw-id: //depot/perl@1612
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ VIRTUAL char ** get_op_names _((void)); VIRTUAL char * get_no_modify _((void)); VIRTUAL U32 * get_opargs _((void)); VIRTUAL I32 cxinc _((void)); -VIRTUAL void deb _((const char* pat,...)) __attribute__((format(printf,1,2))); +VIRTUAL void deb _((const char* pat,...)) /*__attribute__((format(printf,1,2)))*/; VIRTUAL void deb_growlevel _((void)); VIRTUAL void debprofdump _((void)); VIRTUAL I32 debop _((OP* o)); |