EBCDIC: the control characters are not that easy to find.
[p5sagit/p5-mst-13.2.git] / config_h.SH
index f91508f..26206b0 100644 (file)
@@ -1410,7 +1410,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  *     a macro using sprintf("%g") is used. Arguments for the Gconvert
  *     macro are: value, number of digits, whether trailing zeros should
  *     be retained, and the output buffer.
- *     Possible values are:
+ *     The usual values are:
  *             d_Gconvert='gconvert((x),(n),(t),(b))'
  *             d_Gconvert='gcvt((x),(n),(b))'
  *             d_Gconvert='sprintf((b),"%.*g",(n),(x))'
@@ -3441,18 +3441,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
  *     If defined, this macro indicates that the C compiler can handle
  *     function prototypes.
  */
-/* PROTO_:
+/* _:
  *     This macro is used to declare function parameters for folks who want
  *     to make declarations with prototypes using a different style than
  *     the above macros.  Use double parentheses.  For example:
  *
- *             int main PROTO_((int argc, char *argv[]));
+ *             int main _((int argc, char *argv[]));
  */
 #$prototype    CAN_PROTOTYPE   /**/
 #ifdef CAN_PROTOTYPE
-#define        PROTO_(args) args
+#define        _(args) args
 #else
-#define        PROTO_(args) ()
+#define        _(args) ()
 #endif
 
 /* SH_PATH: