mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[ruby] #undef _GNU_SOURCE (warnings)
This commit is contained in:
parent
36a4fc1c2f
commit
1e365c9798
@ -4,6 +4,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#undef _GNU_SOURCE
|
||||
#include <ruby.h>
|
||||
#include <ruby/version.h>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
#ifndef EL__SCRIPTING_RUBY_CORE_H
|
||||
#define EL__SCRIPTING_RUBY_CORE_H
|
||||
|
||||
#undef _GNU_SOURCE
|
||||
#include <ruby.h> /* for VALUE */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#undef _GNU_SOURCE
|
||||
#include <ruby.h>
|
||||
|
||||
#include "elinks.h"
|
||||
|
Loading…
Reference in New Issue
Block a user