This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[asperl] various changes to get asperl working under Borland
[perl5.git] / proto.h
diff --git a/proto.h b/proto.h
index 2384f7f..440ea65 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -88,14 +88,14 @@ VIRTUAL I32 filter_read _((int idx, SV* buffer, int maxlen));
 VIRTUAL char **        get_op_descs _((void));
 VIRTUAL char **        get_op_names _((void));
 VIRTUAL I32    cxinc _((void));
-void   deb _((const char* pat,...)) __attribute__((format(printf,1,2)));
-void   deb_growlevel _((void));
-I32    debstackptrs _((void));
 #ifdef DEBUGGING
-void   debprofdump _((void));
-I32    debop _((OP* o));
+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));
+VIRTUAL I32    debstack _((void));
+VIRTUAL I32    debstackptrs _((void));
 #endif
-I32    debstack _((void));
 VIRTUAL char*  delimcpy _((char* to, char* toend, char* from, char* fromend,
                    int delim, I32* retlen));
 VIRTUAL void   deprecate _((char* s));