src/core/alloc_func.hpp
branchNewGRF_ports
changeset 10274 b3c58f3df92b
parent 10210 a2131f7a315d
child 10994 cd9968b6f96b
--- a/src/core/alloc_func.hpp	Fri Apr 18 21:20:03 2008 +0000
+++ b/src/core/alloc_func.hpp	Sun Apr 20 15:27:28 2008 +0000
@@ -11,8 +11,8 @@
  * duplicated in each object file making the final
  * binary needlessly large.
  */
-void MallocError(size_t size);
-void ReallocError(size_t size);
+void NORETURN MallocError(size_t size);
+void NORETURN ReallocError(size_t size);
 
 /**
  * Simplified allocation function that allocates the specified number of