diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-26 17:26:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-26 17:26:17 +0000 |
commit | 35ff78560a01016ce2a3dffe29f18ce851bc0b90 (patch) | |
tree | 5b818a7ace6d9cdecf985b25efc5b20376ed15a5 /globals.c | |
parent | 873ef191be9d12eed8116e23926efe319c6ed859 (diff) | |
download | perl-35ff78560a01016ce2a3dffe29f18ce851bc0b90.tar.gz |
[asperl] more changes to satisfy non-debug VC build (C-API doesn't
build, and the testsuite still won't run)
p4raw-id: //depot/asperl@1035
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1464,14 +1464,4 @@ do_aspawn(void *vreally, void **vmark, void **vsp) } #endif /* WIN32 */ -#ifndef DEBUGGING -/* create a matching set of virtual entries for the non debugging version */ -void CPerlObj::deb_place_holder _((const char* pat,...)) {}; -void CPerlObj::deb_growlevel_place_holder _((void)) {}; -void CPerlObj::debprofdump_place_holder _((void)) {}; -I32 CPerlObj::debop_place_holder _((OP* o)) { return 0; }; -I32 CPerlObj::debstack_place_holder _((void)) { return 0; }; -I32 CPerlObj::debstackptrs_place_holder _((void)) { return 0; }; -#endif - #endif /* PERL_OBJECT */ |