aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glulxe/glulxe.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glulxe/glulxe.h')
-rw-r--r--engines/glk/glulxe/glulxe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glulxe/glulxe.h b/engines/glk/glulxe/glulxe.h
index 150decd748..ab7a3d3046 100644
--- a/engines/glk/glulxe/glulxe.h
+++ b/engines/glk/glulxe/glulxe.h
@@ -426,7 +426,7 @@ public:
/**
* Display an error in the error window, and then exit.
*/
- void fatal_error_handler(const char *str, const char *arg, bool useVal, int val);
+ void NORETURN_PRE fatal_error_handler(const char *str, const char *arg, bool useVal, int val);
/**
* Display a warning in the error window, and then continue.