diff options
author | Brendan Kehoe <brendan@zen.org> | 1996-03-27 00:46:37 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1996-03-27 00:46:37 +0000 |
commit | c0621444ed259a426a1584fa7cfcd5006a013341 (patch) | |
tree | e6619ad2efea384e8ce9b68075997482b6e67013 /sysdeps/unix/sysv/sysv4 | |
parent | 81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72 (diff) | |
download | glibc-c0621444ed259a426a1584fa7cfcd5006a013341.tar.gz glibc-c0621444ed259a426a1584fa7cfcd5006a013341.tar.xz glibc-c0621444ed259a426a1584fa7cfcd5006a013341.zip |
* sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use cvs/libc-960327
wrapped with #ifndef, to avoid config.h defining it. Tue Mar 26 15:40:14 1996 Brendan Kehoe <brendan@zen.org> * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use wrapped with #ifndef, to avoid config.h defining it.
Diffstat (limited to 'sysdeps/unix/sysv/sysv4')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h index edb98309e6..49eac9a3eb 100644 --- a/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h +++ b/sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h @@ -17,7 +17,9 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Solaris 2 does not precede the asm names of C symbols with a `_'. */ +#ifndef NO_UNDERSCORES #define NO_UNDERSCORES +#endif #include <sysdeps/unix/sysdep.h> |