summaryrefslogtreecommitdiff
path: root/ext/readline/depend
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-12 13:11:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-12 13:11:13 +0000
commit24b03b32e4295adc8fced6bb9ab8f881dd24b113 (patch)
treeae572e6f2930062e036f9b0ff31fbe7f42df503f /ext/readline/depend
parent858d1cadb244056cbf9dfc84825e792f535aa93e (diff)
readline.c: use rb_setup_fake_str
* ext/readline/readline.c (readline_s_delete_text): initialize a fake string by rb_setup_fake_str(). * internal.h (rb_setup_fake_str): allow extensions to call. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/readline/depend')
-rw-r--r--ext/readline/depend1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/readline/depend b/ext/readline/depend
index ef0414d9b2..5780d8d42a 100644
--- a/ext/readline/depend
+++ b/ext/readline/depend
@@ -1,4 +1,5 @@
readline.o: readline.c $(HDRS) $(ruby_headers) \
+ $(top_srcdir)/internal.h \
$(hdrdir)/ruby/io.h \
$(hdrdir)/ruby/encoding.h \
$(hdrdir)/ruby/oniguruma.h \