summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/headers/interr.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/headers/interr.h')
-rw-r--r--c/src/exec/score/headers/interr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/headers/interr.h b/c/src/exec/score/headers/interr.h
index 655656acc7..b9b2a3c51a 100644
--- a/c/src/exec/score/headers/interr.h
+++ b/c/src/exec/score/headers/interr.h
@@ -51,7 +51,8 @@ typedef enum {
INTERNAL_ERROR_OUT_OF_PACKETS,
INTERNAL_ERROR_OUT_OF_GLOBAL_OBJECTS,
INTERNAL_ERROR_OUT_OF_PROXIES,
- INTERNAL_ERROR_INVALID_GLOBAL_ID
+ INTERNAL_ERROR_INVALID_GLOBAL_ID,
+ INTERNAL_ERROR_BAD_STACK_HOOK
} Internal_errors_Core_list;
/*