CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/22 14:55:48
Index: src/m4.h =================================================================== RCS file: /sources/m4/m4/src/m4.h,v retrieving revision 1.1.1.1.2.9 retrieving revision 1.1.1.1.2.10 diff -u -b -r1.1.1.1.2.9 -r1.1.1.1.2.10 --- src/m4.h 15 Jun 2006 21:51:37 -0000 1.1.1.1.2.9 +++ src/m4.h 22 Jun 2006 14:55:48 -0000 1.1.1.1.2.10 @@ -116,7 +116,9 @@ typedef int boolean; #endif -char *mktemp (); +#if ! HAVE_MKSTEMP +int mkstemp (char *); +#endif /* Various declarations. */
