DavidKinder / Git

Fast Glulx interpreter, originally written by Iain Merrick.
MIT License
46 stars 13 forks source link

Don't use noreturn as a macro name #5

Closed ptomato closed 8 years ago

ptomato commented 8 years ago

"noreturn" is a reserved word in C11, so should not be #define'd; instead, use a namespaced version for the macro defined in git.h.