summaryrefslogtreecommitdiff
path: root/src/instructions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instructions.h')
-rw-r--r--src/instructions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/instructions.h b/src/instructions.h
index 71b3f511f..d3f183761 100644
--- a/src/instructions.h
+++ b/src/instructions.h
@@ -79,6 +79,7 @@ struct scm_instruction {
extern struct scm_instruction scm_instruction_table[];
extern struct scm_instruction *scm_lookup_instruction (SCM name);
+extern void scm_bootstrap_instructions (void);
extern void scm_init_instructions (void);
#endif /* _SCM_INSTRUCTIONS_H_ */