1
0
Fork 0
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:
usa 2008-01-15 09:06:03 +00:00
parent a894055204
commit 648c0f7c80
2 changed files with 4 additions and 4 deletions

View file

@ -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>
* win32/Makefile.sub (MKFILES): add dependecies.

View file

@ -29,10 +29,6 @@
#include "regenc.h"
OnigEncodingDeclare(UTF_8);
#undef ONIG_ENCODING_UTF8
#define ONIG_ENCODING_UTF8 (&OnigEncodingName(UTF_8))
#define USE_INVALID_CODE_SCHEME
#ifdef USE_INVALID_CODE_SCHEME