summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-05 05:50:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-05 05:50:44 +0000
commit6fe27eff86ccee6edf9c3b80ac6390b75f5dd18e (patch)
treeee2975da9ee766eef393403ff559f31e28ae2df4
parente312add13ca0c0f4786c61b97428230d6171233c (diff)
downloadperl-6fe27eff86ccee6edf9c3b80ac6390b75f5dd18e.tar.gz
tyop
p4raw-id: //depot/perl@5538
-rw-r--r--config_h.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 30d9186b40..73f4ae6563 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -1213,7 +1213,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
# define PeRl_StGiFy(a) #a
/* the additional level of indirection enables these macros to be
* used as arguments to other macros. See K&R 2nd ed., page 231. */
-# define CAT2(a,b) Perl_CaTiFy(a,b)
+# define CAT2(a,b) PeRl_CaTiFy(a,b)
# define StGiFy(a) PeRl_StGiFy(a)
# define STRINGIFY(a) PeRl_StGiFy(a)
#endif