File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* Conditionally execute a command based on machine and OS from gcconfig.h */
2
2
3
+ #define NOT_GCBUILD
3
4
#include "private/gc_priv.h"
4
5
5
6
#include <string.h>
Original file line number Diff line number Diff line change 2
2
/* does not exist. If the command is omitted (and the file does not */
3
3
/* exist) then just exit with a non-zero code. */
4
4
5
+ #define NOT_GCBUILD
5
6
#include "private/gc_priv.h"
6
7
7
8
#include <unistd.h>
Original file line number Diff line number Diff line change 22
22
/* safe, but this will not be noticed by this piece of */
23
23
/* code.) This test appears to be far from perfect. */
24
24
25
+ #define NOT_GCBUILD
25
26
#include "private/gc_priv.h"
26
27
27
28
#include <string.h>
Original file line number Diff line number Diff line change 15
15
* modified is included with the above copyright notice.
16
16
*/
17
17
18
- #include "private/gc_priv.h"
18
+ #ifdef HAVE_CONFIG_H
19
+ # include "config.h"
20
+ #endif
21
+
22
+ #include "private/gcconfig.h"
23
+
24
+ #include <stdio.h>
19
25
20
26
int
21
27
main (void )
You can’t perform that action at this time.
0 commit comments