1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

2000-06-09

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-06-08 16:20:46 +00:00
parent 1293aaf1d9
commit bd896d5010
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Jun 9 01:05:55 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* regex.h: export re_mbctab properly on cygwin.
Tue Jun 6 03:29:12 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* bignum.c (bigdivmod): modulo by small numbers was wrong.

View file

@ -84,7 +84,7 @@
#define MBCTYPE_SJIS 2
#define MBCTYPE_UTF8 3
#if defined IMPORT
#if defined IMPORT || defined USEIMPORTLIB
extern __declspec(dllimport)
#elif defined EXPORT
extern __declspec(dllexport)