summaryrefslogtreecommitdiff
path: root/NetWare
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-09-09 20:37:24 -0300
committerBrian Fraser <fraserbn@gmail.com>2013-09-23 21:20:59 -0300
commit942481a7ac3454fcc91494057a568588ebc9308c (patch)
tree988b76847d19ae21ce243cf34b17e68ef4b65033 /NetWare
parent717ace6eb4102762ffd65f965ff32b26947eacc9 (diff)
downloadperl-942481a7ac3454fcc91494057a568588ebc9308c.tar.gz
Removed the define for FCALL
This is a leftover from the PERL_OBJECT days; These days it was only used on one spot and did nothing useful.
Diffstat (limited to 'NetWare')
-rw-r--r--NetWare/sv_nw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/NetWare/sv_nw.c b/NetWare/sv_nw.c
index 223ff94735..85a33f071d 100644
--- a/NetWare/sv_nw.c
+++ b/NetWare/sv_nw.c
@@ -3,7 +3,6 @@
#include <perl.h>
#include <regcomp.h>
-#define FCALL *f
#define SV_CHECK_THINKFIRST(sv) if (SvTHINKFIRST(sv)) sv_force_normal_flags(sv, 0)