* 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
Родитель a894055204
Коммит 648c0f7c80
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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