mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
win32_vk.inc: renamed
* ext/io/console/win32_vk.inc: renamed not to be included in HDRS by mkmf.rb and regenerated unexpectedly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c4324e31f4
commit
19e0fa010e
3 changed files with 5 additions and 5 deletions
|
@ -698,7 +698,7 @@ console_cursor_set(VALUE io, VALUE cpos)
|
|||
return console_goto(io, RARRAY_AREF(cpos, 0), RARRAY_AREF(cpos, 1));
|
||||
}
|
||||
|
||||
#include "win32_vk.h"
|
||||
#include "win32_vk.inc"
|
||||
|
||||
static VALUE
|
||||
console_key_pressed_p(VALUE io, VALUE k)
|
||||
|
|
|
@ -6,9 +6,9 @@ $(OBJS): $(HDRS) $(ruby_headers) \
|
|||
$(hdrdir)/ruby/encoding.h \
|
||||
$(hdrdir)/ruby/oniguruma.h
|
||||
|
||||
win32_vk.h: win32_vk.list
|
||||
win32_vk.inc: win32_vk.list
|
||||
|
||||
{$(srcdir)}.list.h:
|
||||
{$(srcdir)}.list.inc:
|
||||
gperf --ignore-case -E -C -P -p -j1 -i 1 -g -o -t -K ofs -N console_win32_vk -k* --output-file=$(@F) $<
|
||||
|
||||
.SUFFIXES: .chksum .list
|
||||
|
@ -16,4 +16,4 @@ win32_vk.h: win32_vk.list
|
|||
{$(srcdir)}.list.chksum:
|
||||
@$(RUBY) -I$(top_srcdir)/tool -rchecksum \
|
||||
-e "Checksum.update(ARGV) {|k,f|k.copy(f) rescue k.make(f)}" \
|
||||
-- --make=$(MAKE) -I$(srcdir) $(<F) $(@F:.chksum=.h)
|
||||
-- --make=$(MAKE) -I$(srcdir) $(<F) $(@F:.chksum=.inc)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* C code produced by gperf version 3.0.4 */
|
||||
/* Command-line: gperf --ignore-case -E -C -P -p -j1 -i 1 -g -o -t -K ofs -N console_win32_vk -k'*' --output-file=win32_vk.h win32_vk.list */
|
||||
/* Command-line: gperf --ignore-case -E -C -P -p -j1 -i 1 -g -o -t -K ofs -N console_win32_vk -k'*' --output-file=win32_vk.inc win32_vk.list */
|
||||
|
||||
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
|
||||
&& ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
|
Loading…
Add table
Reference in a new issue