summaryrefslogtreecommitdiff
path: root/mini_builtin.c
diff options
context:
space:
mode:
authorKoichi Sasada <[email protected]>2019-12-10 17:13:42 +0900
committerKoichi Sasada <[email protected]>2019-12-11 11:24:42 +0900
commit9c2807b2df14984e3c81d72a381d9a4d288b3fbe ()
tree8fbe8a94e9dbfdcbe51faaa1a72d29913844766a /mini_builtin.c
parent2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 (diff)
remove prelude.c
prelude.c is an automatically generated file by template/prelude.c.tmpl. However it does not contain any required functions. So remove it from dependency. Also miniprelude.c is included by mini_builtin.c and does not need to make miniprelude.o.
Notes: Merged: https://.com/ruby/ruby/pull/2735
-rw-r--r--mini_builtin.c1
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@
#include "vm_core.h"
#include "iseq.h"
#include "builtin.h"
// included from miniinit.c