Add missing #endif

This commit is contained in:
Lassi Kortela 2019-08-19 09:49:14 +03:00
parent ddb6116df9
commit debbcdf857
1 changed files with 0 additions and 1 deletions

View File

@ -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__))