summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-21 07:15:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 07:15:54 +0000
commitdb15561cb83ed8e36f76d63e4283fc51c30fd71f (patch)
tree27633dd207e28c21b9b96dede3a5535513b13c37 /proto.h
parent42d3a99d28b720322fc7b50bd358ea47c49a9722 (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 2908222917..8b42914f0a 100644
--- a/proto.h
+++ b/proto.h
@@ -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));