mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unused DEFAULT_KCODE
This commit is contained in:
parent
447feb0aa0
commit
5b54dc9ab2
1 changed files with 0 additions and 2 deletions
|
@ -863,7 +863,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define STACK_GROW_DIRECTION -1
|
||||
!endif
|
||||
#define COROUTINE_H "$(COROUTINE_H)"
|
||||
#define DEFAULT_KCODE KCODE_NONE
|
||||
#define LOAD_RELATIVE 1
|
||||
#define DLEXT ".so"
|
||||
!if "$(libdir_basename)" != "lib"
|
||||
|
@ -967,7 +966,6 @@ s,@RMALL@,$$(COMSPEC) /C $$(top_srcdir:/=\)\win32\rm.bat -f -r,:t t
|
|||
s,@MAKEDIRS@,$$(COMSPEC) /E:ON /C $$(top_srcdir:/=\)\win32\makedirs.bat,;t t
|
||||
s,@LIBOBJS@,$(LIBOBJS),;t t
|
||||
s,@ALLOCA@,$(ALLOCA),;t t
|
||||
s,@DEFAULT_KCODE@,$(DEFAULT_KCODE),;t t
|
||||
s,@EXEEXT@,.exe,;t t
|
||||
s,@EXECUTABLE_EXTS@,$(EXECUTABLE_EXTS),;t t
|
||||
s,@OBJEXT@,$(OBJEXT),;t t
|
||||
|
|
Loading…
Reference in a new issue