summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-05 17:12:42 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-05 17:12:42 +0000
commit5e6c239f964b3cbc996695ce62f095f589a2f96e (patch)
tree9ab394ebe435bcb1939f8d0e6cd75c9da3129451 /config_h.SH
parentd50a6e1574a86a873aedbf593904098295ab4900 (diff)
downloadperl-5e6c239f964b3cbc996695ce62f095f589a2f96e.tar.gz
s/Perl/PeRl/; # yeah
p4raw-id: //depot/cfgperl@5544
Diffstat (limited to 'config_h.SH')
-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