We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc090ee commit 365bdfeCopy full SHA for 365bdfe
lib/Interpreter/Compatibility.h
@@ -17,7 +17,7 @@
17
#define fileno _fileno
18
#endif
19
20
-char* GetEnv(const char* Var_Name) {
+static inline char* GetEnv(const char* Var_Name) {
21
#ifdef _WIN32
22
char* Env = nullptr;
23
size_t sz = 0;
0 commit comments