summaryrefslogtreecommitdiff
path: root/internal/inits.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/inits.h')
-rw-r--r--internal/inits.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/inits.h b/internal/inits.h
index 680c9cc1a5..be73dac1dc 100644
--- a/internal/inits.h
+++ b/internal/inits.h
@@ -1,7 +1,6 @@
#ifndef INTERNAL_INITS_H /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_INITS_H
/**
- * @file
* @author Ruby developers <ruby-core@ruby-lang.org>
* @copyright This file is a part of the programming language Ruby.
* Permission is hereby granted, to either redistribute and/or
@@ -10,6 +9,10 @@
* @brief Internal header aggregating init functions.
*/
+/* box.c */
+void Init_enable_box(void);
+void Init_master_box(void);
+
/* class.c */
void Init_class_hierarchy(void);
@@ -20,9 +23,6 @@ void Init_ext(void);
/* file.c */
void Init_File(void);
-/* gc.c */
-void Init_heap(void);
-
/* localeinit.c */
int Init_enc_set_filesystem_encoding(void);