diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-02-21 19:53:54 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-02-21 19:53:54 +0000 |
commit | daf12887b82e36c424c0dadc12c1906c5d5072dd (patch) | |
tree | a99e1025e8c408857136e43240a4df5ebb163407 | |
parent | 67a87b936eaab25dc983e979e5a548256d1a527a (diff) | |
download | glibc-daf12887b82e36c424c0dadc12c1906c5d5072dd.tar.gz glibc-daf12887b82e36c424c0dadc12c1906c5d5072dd.tar.xz glibc-daf12887b82e36c424c0dadc12c1906c5d5072dd.zip |
* config.h.in: Put comment around ^L to pacify Solaris as here too.
Tue Feb 21 11:50:37 1995 Brendan Kehoe (brendan@zen.org) * config.h.in: Put comment around ^L to pacify Solaris as here too.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | config.h.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9fb069a143..f4adeaf64a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Feb 21 11:50:37 1995 Brendan Kehoe (brendan@zen.org) + + * config.h.in: Put comment around ^L to pacify Solaris as here too. + Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * string/Makefile (distribute): Add pagecopy.h. diff --git a/config.h.in b/config.h.in index 504f77021e..92c7a34b98 100644 --- a/config.h.in +++ b/config.h.in @@ -20,7 +20,7 @@ #define HAVE_WEAK_SYMBOLS #endif #endif - +/* */ /* These symbols might be defined by some sysdeps configures. */ /* sysdeps/generic/configure.in */ |