(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled.

This commit is contained in:
rubidium
2007-05-15 13:01:52 +00:00
parent 23492f1f34
commit f9e0d3835b
2 changed files with 3 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ StringID GetPlayerNameString(PlayerID player, uint index);
/* standard */
void ShowInfo(const char *str);
void CDECL ShowInfoF(const char *str, ...);
void NORETURN CDECL error(const char *str, ...);
/* openttd.cpp */