pike.git/
src/
global.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-03
2000-08-03 16:18:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d847eb4c9e096bbb669b4ba3317086b6ef840588 (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Reverted INT_TYPE change.
Rev: src/global.h:1.46
5:
\*/ /*
-
* $Id: global.h,v 1.
45
2000/08/03
12
:
34
:
02
grubba Exp $
+
* $Id: global.h,v 1.
46
2000/08/03
16
:
18
:
49
grubba Exp $
*/ #ifndef GLOBAL_H #define GLOBAL_H
219:
#endif /* long double */ #endif /* double */
-
#if SIZEOF_CHAR_P > 4
+
#if
(
SIZEOF_CHAR_P > 4
) && 0
+
/* This isn't a good idea on architectures where
+
* sizeof(long int) < sizeof(LONGEST).
+
* This is due to the gmp mpz api's using long int instead of
+
* mp_limb_{signed_}t.
+
*/
#define INT_TYPE LONGEST #else /* !(sizeof(char *) > 4) */ #define INT_TYPE INT32