*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:49:36 +00:00
parent 66450ac3e2
commit 1f738c1d1b
3 changed files with 527 additions and 491 deletions

1014
src/gnu.c

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <alloca.h>
#else /* not HAVE_ALLOCA_H */
#ifdef _AIX
#pragma alloca
#pragma alloca
#else /* not _AIX */
char *alloca ();
#endif /* not _AIX */

View File

@@ -275,7 +275,7 @@ void userec();
union record *endofrecs();
void anno();
#if !defined (VPRINTF_MISSING) && defined (__STDC__)
#if defined (HAVE_VPRINTF) && __STDC__
void msg(char *, ...);
void msg_perror(char *, ...);
#else