зеркало из https://github.com/github/ruby.git
Fix warnings
`_FILE_OFFSET_BITS` should be defined before system headers.
This commit is contained in:
Родитель
a506b7f35a
Коммит
b11d739444
|
@ -1,4 +1,5 @@
|
||||||
#define _POSIX_C_SOURCE 200809L
|
#define _POSIX_C_SOURCE 200809L
|
||||||
|
#include "ruby/config.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -7,7 +8,6 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
#include "ruby-runner.h"
|
#include "ruby-runner.h"
|
||||||
#include "ruby/config.h"
|
|
||||||
|
|
||||||
#ifdef MAKE_MJIT_BUILD_DIR
|
#ifdef MAKE_MJIT_BUILD_DIR
|
||||||
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
|
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче