Skip to content

Commit 365bdfe

Browse files
authored
Try static inline
1 parent fc090ee commit 365bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/Compatibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define fileno _fileno
1818
#endif
1919

20-
char* GetEnv(const char* Var_Name) {
20+
static inline char* GetEnv(const char* Var_Name) {
2121
#ifdef _WIN32
2222
char* Env = nullptr;
2323
size_t sz = 0;

0 commit comments

Comments
 (0)