File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
#define JULIA_H
5
5
6
6
#ifdef LIBRARY_EXPORTS
7
- #include "jl_internal_funcs.inc"
7
+ // Generated file, needs to be searched in include paths so that the builddir
8
+ // retains priority
9
+ #include <jl_internal_funcs.inc>
8
10
#undef jl_setjmp
9
11
#undef jl_longjmp
10
12
#undef jl_egal
@@ -2183,7 +2185,7 @@ JL_DLLEXPORT int jl_generating_output(void) JL_NOTSAFEPOINT;
2183
2185
#define JL_OPTIONS_USE_COMPILED_MODULES_NO 0
2184
2186
2185
2187
// Version information
2186
- #include " julia_version.h"
2188
+ #include < julia_version.h> // Generated file
2187
2189
2188
2190
JL_DLLEXPORT extern int jl_ver_major (void );
2189
2191
JL_DLLEXPORT extern int jl_ver_minor (void );
Original file line number Diff line number Diff line change @@ -1647,7 +1647,9 @@ JL_DLLEXPORT uint16_t julia__truncdfhf2(double param) JL_NOTSAFEPOINT;
1647
1647
#endif
1648
1648
1649
1649
#ifdef USE_DTRACE
1650
- #include "uprobes.h.gen"
1650
+ // Generated file, needs to be searched in include paths so that the builddir
1651
+ // retains priority
1652
+ #include <uprobes.h.gen>
1651
1653
1652
1654
// uprobes.h.gen on systems with DTrace, is auto-generated to include
1653
1655
// `JL_PROBE_{PROBE}` and `JL_PROBE_{PROBE}_ENABLED()` macros for every probe
You can’t perform that action at this time.
0 commit comments