mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
199 B
C
12 lines
199 B
C
#include "config.h"
|
|
|
|
#if !HAVE_SELECT
|
|
#include "x68/select.c"
|
|
#endif
|
|
#if MISSING__DTOS18
|
|
#include "x68/_dtos18.c"
|
|
#endif
|
|
#if MISSING_FCONVERT
|
|
#include "x68/_round.c"
|
|
#include "x68/fconvert.c"
|
|
#endif
|