From d41447a5d978a2092d9a6bef044e7524e3809a16 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Mon, 18 Dec 1995 00:57:37 +0000 Subject: [PATCH] Add a blank line to work around a misfeature in DecUnix 3.2's fgrep where there is a line limit. autoheader (which is only used by developers) tries to put together a very long line with is then parsed - but due to fgreps line length limitation this breaks. By adding the blank line autoheader divides the work into multiple sections and wins. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7233 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/acconfig.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6c4f69274..fb1dc73b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 17 19:53:54 1995 Ezra Peisach + + * acconfig.h: Add blank line to work around a misfeature of + DecUnix fgrep interacting with autoheader. Tue Dec 12 01:30:36 1995 Chris Provenzano (proven@mit.edu) diff --git a/src/acconfig.h b/src/acconfig.h index 2b185944d..5d88477ea 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -14,6 +14,7 @@ #undef NEED_SYS_FCNTL_H #undef KRB5_NO_NESTED_PROTOTYPES #undef NO_STDLIB_H + #undef NO_YYLINENO #undef POSIX_FILE_LOCKS #undef POSIX_SIGTYPE -- 2.26.2