diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-14 06:23:46 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-14 06:23:46 +0000 |
| commit | 5e853e44c2a63eb82f3928d3b53e75fcde796030 (patch) | |
| tree | 1dffc60dc5f5afbec79dc8d0f314c3355f92dab2 /defines.h | |
| parent | 4f32698827de4d939e811747caf0cc769badbc23 (diff) | |
| download | ruby-5e853e44c2a63eb82f3928d3b53e75fcde796030.tar.gz ruby-5e853e44c2a63eb82f3928d3b53e75fcde796030.tar.xz ruby-5e853e44c2a63eb82f3928d3b53e75fcde796030.zip | |
* re.c (rb_reg_match): should clear $~ if operand is nil.
* re.c (rb_reg_match2): ditto.
* configure: merge Jonathan Baker's large file support patch
[ruby-talk:35316], with read_all patch in [ruby-talk:35470].
* eval.c (rb_f_abort): optional message argument that be printed
on termination. [new]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'defines.h')
| -rw-r--r-- | defines.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -56,10 +56,9 @@ void *xrealloc _((void*,long)); void xfree _((void*)); #if SIZEOF_LONG_LONG > 0 -# define HAVE_LONG_LONG # define LONG_LONG long long #elif SIZEOF___INT64 > 0 -# define HAVE_LONG_LONG +# define HAVE_LONG_LONG 1 # define LONG_LONG __int64 # undef SIZEOF_LONG_LONG # define SIZEOF_LONG_LONG SIZEOF___INT64 |
