summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/NetWare/interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/NetWare/interface.cpp')
-rw-r--r--gnu/usr.bin/perl/NetWare/interface.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/perl/NetWare/interface.cpp b/gnu/usr.bin/perl/NetWare/interface.cpp
index b0f3cb3328a..aef71f9ffad 100644
--- a/gnu/usr.bin/perl/NetWare/interface.cpp
+++ b/gnu/usr.bin/perl/NetWare/interface.cpp
@@ -1,6 +1,6 @@
/*
- * Copyright © 2001 Novell, Inc. All Rights Reserved.
+ * Copyright © 2001 Novell, Inc. All Rights Reserved.
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
@@ -120,10 +120,10 @@ int RunPerl(int argc, char **argv, char **env)
//__asm{int 3};
#ifdef PERL_GLOBAL_STRUCT
- #define PERLVAR(var,type)
- #define PERLVARA(var,type)
- #define PERLVARI(var,type,init) PL_Vars.var = init;
- #define PERLVARIC(var,type,init) PL_Vars.var = init;
+ #define PERLVAR(prefix,var,type)
+ #define PERLVARA(prefix,var,type)
+ #define PERLVARI(prefix,var,type,init) PL_Vars.prefix##var = init;
+ #define PERLVARIC(prefix,var,type,init) PL_Vars.prefix##var = init;
#include "perlvars.h"