* ruby.h (LLONG_MIN): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7544bfc130
commit
28cbfaba2b
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jul 29 17:27:59 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* ruby.h (LLONG_MIN): fix typo.
|
||||||
|
|
||||||
Tue Jul 29 16:38:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Tue Jul 29 16:38:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
|
* lib/net/smtp.rb (Net::SMTP::send0): add taint check.
|
||||||
|
2
ruby.h
2
ruby.h
@ -109,7 +109,7 @@ typedef unsigned long ID;
|
|||||||
# define LLONG_MIN LONG_LONG_MIN
|
# define LLONG_MIN LONG_LONG_MIN
|
||||||
# else
|
# else
|
||||||
# ifdef _I64_MIN
|
# ifdef _I64_MIN
|
||||||
# define LLONG_MIN _I64_MIX
|
# define LLONG_MIN _I64_MIN
|
||||||
# else
|
# else
|
||||||
# define LLONG_MIN (-LLONG_MAX-1)
|
# define LLONG_MIN (-LLONG_MAX-1)
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user