Skip to content

Commit

Permalink
Declare the Windows function as extern
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Dec 16, 2024
1 parent 4278033 commit ffe2672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oc/hoc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ static int c = '\n'; /* global for use by warning() */
void set_intset() {
hoc_intset++;
}
extern void ivoc_win32_cleanup();
#endif

static int follow(int expect, int ifyes, int ifno); /* look ahead for >=, etc. */
Expand Down

0 comments on commit ffe2672

Please sign in to comment.