diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdafx.h b/src/stdafx.h index b86c9b4a4..ac85c0419 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -327,7 +327,10 @@ assert_compile(sizeof(uint8) == 1); # define Point OTTD_AMIGA_POINT #endif +#ifndef STRGEN +/* In strgen error is not fatal and it doesn't use NOT_REACHED */ void NORETURN CDECL error(const char *str, ...); #define NOT_REACHED() error("NOT_REACHED triggered at line %i of %s", __LINE__, __FILE__) +#endif /* STRGEN */ #endif /* STDAFX_H */ |