Skip to content

Commit

Permalink
Put variable declaration inside relevant #ifndef
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 6, 2020
1 parent b12ba42 commit b9fa673
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vm/moar/runner/main.c
Expand Up @@ -148,7 +148,9 @@ int wmain(int argc, wchar_t *wargv[])

char *exec_path;
size_t exec_path_size;
#ifndef STATIC_EXEC_PATH
int res;
#endif

char *exec_dir_path;
char *exec_dir_path_temp;
Expand Down

0 comments on commit b9fa673

Please sign in to comment.