Project

General

Profile

Actions

Bug #845

closed

warning: "RUBY_VERSION_CODE" is not defined

Added by znz (Kazuhiro NISHIYAMA) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:
[ruby-dev:37344]

Description

=begin
rational.cとcomplex.cでwarningが出ています。

http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/last

gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o rational.o -c rational.c
rational.c:380:5: warning: "RUBY_VERSION_CODE" is not defined
rational.c:1544:5: warning: "NUBY" is not defined

gcc -DRUBY_DEBUG_ENV -O2 -g -Wall -Wformat=2 -Wundef -Wno-parentheses -I. -I.ext/include/i686-linux -I./include -I. -DRUBY_EXPORT -o complex.o -c complex.c
complex.c:323:5: warning: "RUBY_VERSION_CODE" is not defined
complex.c:1430:5: warning: "NUBY" is not defined
=end

Actions #1

Updated by matz (Yukihiro Matsumoto) over 15 years ago

  • Status changed from Open to Closed

=begin
fixed by r20612.
=end

Actions

Also available in: Atom PDF

Like0
Like0