diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-06-14 13:54:29 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-14 16:05:48 +0200 |
commit | ef79a450995b3216cc6c1bb013aec822a3639a60 (patch) | |
tree | e4d6db4f92409e85211bf37070f3414209d92e6d /lib | |
parent | 76faa5cf71b568068e1558c3050a3f0a8f7b4587 (diff) | |
download | otp-ef79a450995b3216cc6c1bb013aec822a3639a60.tar.gz otp-ef79a450995b3216cc6c1bb013aec822a3639a60.tar.bz2 otp-ef79a450995b3216cc6c1bb013aec822a3639a60.zip |
OTP-8711 Make ei build on VxWorks
Make erl_interface build on VxWorks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erl_interface/include/ei.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/erl_interface/include/ei.h b/lib/erl_interface/include/ei.h index 729b9fc367..466d84bb99 100644 --- a/lib/erl_interface/include/ei.h +++ b/lib/erl_interface/include/ei.h @@ -719,11 +719,9 @@ int ei_x_encode_bignum(ei_x_buff *x, mpz_t obj); #define EI_LONGLONG __int64 #define EI_ULONGLONG unsigned __int64 #else -#ifndef VXWORKS #define EI_LONGLONG long long #define EI_ULONGLONG unsigned long long #endif -#endif #ifndef VXWORKS int ei_decode_longlong(const char *buf, int *index, EI_LONGLONG *p); |