We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ecc49 commit 545c2b0Copy full SHA for 545c2b0
mjit_unit.h
@@ -1,5 +1,5 @@
1
-#ifndef INTERNAL_MJIT_H
2
-#define INTERNAL_MJIT_H
+#ifndef MJIT_UNIT_H
+#define MJIT_UNIT_H
3
4
#include "ccan/list/list.h"
5
@@ -26,4 +26,4 @@ struct rb_mjit_unit {
26
unsigned int cc_entries_size; // ISEQ_BODY(iseq)->ci_size + ones of inlined iseqs
27
};
28
29
-#endif /* INTERNAL_MJIT_H */
+#endif /* MJIT_UNIT_H */
0 commit comments