mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a894055204
commit
648c0f7c80
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Jan 15 18:05:26 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.
|
||||||
|
|
||||||
Tue Jan 15 18:01:55 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Jan 15 18:01:55 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* win32/Makefile.sub (MKFILES): add dependecies.
|
* win32/Makefile.sub (MKFILES): add dependecies.
|
||||||
|
|
|
@ -29,10 +29,6 @@
|
||||||
|
|
||||||
#include "regenc.h"
|
#include "regenc.h"
|
||||||
|
|
||||||
OnigEncodingDeclare(UTF_8);
|
|
||||||
#undef ONIG_ENCODING_UTF8
|
|
||||||
#define ONIG_ENCODING_UTF8 (&OnigEncodingName(UTF_8))
|
|
||||||
|
|
||||||
#define USE_INVALID_CODE_SCHEME
|
#define USE_INVALID_CODE_SCHEME
|
||||||
|
|
||||||
#ifdef USE_INVALID_CODE_SCHEME
|
#ifdef USE_INVALID_CODE_SCHEME
|
||||||
|
|
Loading…
Reference in a new issue