OSDN Git Service

* tmpnam.c (L_tmpnam): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 1999 01:23:42 +0000 (01:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 May 1999 01:23:42 +0000 (01:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26921 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/tmpnam.c

index 9f8431d..f5e0928 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 c061467..8eb77e2 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"