diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-14 20:30:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-14 20:30:25 +0000 |
commit | 64166d98349c01ccaaa848a30b12ae0d83de9bb8 (patch) | |
tree | 2b60e6e35bd3576c4cac4c8c5791ebd85869c2f1 /libc-symbols.h | |
parent | 7cdef09812062770bab0934657992720293a3134 (diff) | |
download | glibc-64166d98349c01ccaaa848a30b12ae0d83de9bb8.tar.gz glibc-64166d98349c01ccaaa848a30b12ae0d83de9bb8.tar.xz glibc-64166d98349c01ccaaa848a30b12ae0d83de9bb8.zip |
Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> cvs/libc-960515
* libc-symbols.h (lint): Macro removed. The sunrpc code does some really stupid things #ifdef lint. * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter): Fix struct member name: sc_eip -> eip.
Diffstat (limited to 'libc-symbols.h')
-rw-r--r-- | libc-symbols.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc-symbols.h b/libc-symbols.h index 7405e67086..aaf9f2a817 100644 --- a/libc-symbols.h +++ b/libc-symbols.h @@ -50,9 +50,6 @@ Cambridge, MA 02139, USA. */ #define _GNU_SOURCE 1 #include <config.h> - -/* This disables sccsid/rcsid strings in lots of code of non-GNU origin. */ -#define lint 1 /* */ |