mirror of
https://git.openafs.org/openafs.git
synced 2025-01-23 01:11:13 +00:00
x86-solaris-20041207
fix my mistake
This commit is contained in:
parent
d271c1c295
commit
f41121f328
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _C_LABEL
|
#ifndef _C_LABEL
|
||||||
#if defined(SYSV) || defined(__ELF__) || (defined(AFS_SUN5_ENV) && defined(__sun))
|
#if defined(SYSV) || defined(__ELF__) || defined(__sun)
|
||||||
#define _C_LABEL(name) name
|
#define _C_LABEL(name) name
|
||||||
#else /* SYSV || __ELF__ || __sun */
|
#else /* SYSV || __ELF__ || __sun */
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
@ -51,7 +51,7 @@
|
|||||||
#endif /* _C_LABEL */
|
#endif /* _C_LABEL */
|
||||||
|
|
||||||
#ifndef ENTRY
|
#ifndef ENTRY
|
||||||
#if defined(SYSV) || defined(__ELF__) || (defined(AFS_SUN5_ENV) && defined(__sun))
|
#if defined(SYSV) || defined(__ELF__) || defined(__sun)
|
||||||
#define ENTRY(name) name:
|
#define ENTRY(name) name:
|
||||||
#else
|
#else
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
|
Loading…
Reference in New Issue
Block a user