]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tmpnam.c (L_tmpnam): Fix typo.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Thu, 13 May 1999 01:23:42 +0000 (01:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 13 May 1999 01:23:42 +0000 (19:23 -0600)
From-SVN: r26921

libiberty/ChangeLog
libiberty/tmpnam.c

index 9f8431d6cb8cae889f7f76c62137d90cf7c258e0..f5e0928a73a66459833a0ee2c246be73bbc4496f 100644 (file)
@@ -1,3 +1,7 @@
+1999-05-13  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * tmpnam.c (L_tmpnam): Fix typo.
+
 Thu May 13 01:14:46 1999 Marc Espie <espie@cvs.openbsd.org>
 
        * cplus-dem.c (standard_symbol_characters): Renamed from
index c06146774252f76a134a6201f035a41998a01aad..8eb77e28c0be3927a889eda972df6390bdfe9cca 100644 (file)
@@ -1,7 +1,7 @@
 #include <stdio.h>
 
 #ifndef L_tmpnam
-#define L_tmpname 100
+#define L_tmpnam 100
 #endif
 #ifndef P_tmpdir
 #define P_tmpdir "/usr/tmp"