diff options
| author | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2005-12-24 21:11:15 +0000 |
| commit | 4e11af46bc17850573de478d514cf2fdf8638bd7 (patch) | |
| tree | c73b10dd6e35a0a7007ca003d9affeaedfcb0d9f /lib/libc/arch/arm/softfloat | |
| parent | 552b373ffa06138300a8b55dce0cef5c363aff86 (diff) | |
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
Diffstat (limited to 'lib/libc/arch/arm/softfloat')
| -rw-r--r-- | lib/libc/arch/arm/softfloat/arm-gcc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/arm/softfloat/arm-gcc.h b/lib/libc/arch/arm/softfloat/arm-gcc.h index 0faebb8260d..c92086a7995 100644 --- a/lib/libc/arch/arm/softfloat/arm-gcc.h +++ b/lib/libc/arch/arm/softfloat/arm-gcc.h @@ -1,4 +1,4 @@ -/* $NetBSD: arm-gcc.h,v 1.2 2001/02/21 18:09:25 bjh21 Exp $ */ +/* $NetBSD: arm-gcc.h,v 1.3 2005/12/24 21:11:16 perry Exp $ */ /* ------------------------------------------------------------------------------- @@ -81,7 +81,7 @@ a compiler does not support explicit inlining, this macro should be defined to be `static'. ------------------------------------------------------------------------------- */ -#define INLINE static __inline +#define INLINE static inline /* ------------------------------------------------------------------------------- |
