mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
63fee73500
* include/ruby/missing.h (nextafter): New optional declaration. * missing/nextafter.c: New file. * numeric.c: Float#next_float and Float#prev_float implemented. [ruby-core:62562] [Feature #9834] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
3 lines
93 B
Text
3 lines
93 B
Text
$(OBJS): $(HDRS) $(ruby_headers)
|
|
|
|
nextafter.o: nextafter.c $(top_srcdir)/missing/nextafter.c
|