summaryrefslogtreecommitdiff
path: root/longlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'longlong.h')
-rw-r--r--longlong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/longlong.h b/longlong.h
index 3597a3731..edf0d37cc 100644
--- a/longlong.h
+++ b/longlong.h
@@ -43,7 +43,7 @@ MA 02111-1307, USA. */
#endif
#ifndef _PROTO
-#if defined (__STDC__) || defined (__cplusplus)
+#if (__STDC__-0) || defined (__cplusplus)
#define _PROTO(x) x
#else
#define _PROTO(x) ()
@@ -1213,7 +1213,7 @@ extern USItype __udiv_qrnnd _PROTO ((USItype *, USItype, USItype, USItype));
#if !defined (count_leading_zeros)
extern
-#ifdef __STDC__
+#if __STDC__
const
#endif
unsigned char __clz_tab[];