Add missing #endif
This commit is contained in:
parent
ddb6116df9
commit
debbcdf857
|
@ -28,7 +28,6 @@ typedef double double_t;
|
||||||
#ifndef __WATCOMC__
|
#ifndef __WATCOMC__
|
||||||
#define BITS64
|
#define BITS64
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define EXTERN_NORETURN(ret, args) extern ret args __attribute__((__noreturn__))
|
#define EXTERN_NORETURN(ret, args) extern ret args __attribute__((__noreturn__))
|
||||||
|
|
Loading…
Reference in New Issue