Implement #5525 in metaconfig.
Jarkko Hietaniemi [Sun, 5 Mar 2000 00:51:20 +0000 (00:51 +0000)]
p4raw-id: //depot/cfgperl@5531

Configure
config_h.SH

index 7c3f569..f283522 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Sun Mar  5 01:56:20 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Sun Mar  5 02:50:05 EET 2000 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.com)
 
 cat >/tmp/c1$$ <<EOF
index 40b5b84..30d9186 100644 (file)
@@ -1209,14 +1209,14 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un-
                /* If you can get stringification with catify, tell me how! */
 #endif
 #if $cpp_stuff == 42
-#  define PeRl_CaTiFy(a,b)     a ## b
+#  define PeRl_CaTiFy(a, b)    a ## b  
 #  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)
+/* 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 StGiFy(a)    PeRl_StGiFy(a)
 #  define STRINGIFY(a) PeRl_StGiFy(a)
 #endif
-
 #if $cpp_stuff != 1 && $cpp_stuff != 42
 #include "Bletch: How does this C preprocessor catenate tokens?"
 #endif