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