summaryrefslogtreecommitdiff
path: root/includes/compiler/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/compiler/Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/Exceptions.h b/includes/compiler/Exceptions.h
index cc485b0..01efcde 100644
--- a/includes/compiler/Exceptions.h
+++ b/includes/compiler/Exceptions.h
@@ -143,10 +143,10 @@ typedef struct PCAction {
extern EANode *DAG[EAT_NACTIONS];
+extern void initializeexceptiontables(void);
extern int countexceptionactionregisters(ExceptionAction *actions);
extern void noteexceptionactionregisters(ExceptionAction *actions, PCodeArg *ops);
extern void recordexceptionactions(PCode *instr, ExceptionAction *actions);
-extern void deleteexceptionaction(PCAction *pca);
extern void dumpexceptiontables(Object *function, SInt32 codesize);
#endif