Skip to content

Commit abac91e

Browse files
committed
Merge branch 'dl/mingw-header-cleanup'
Header clean-up. * dl/mingw-header-cleanup: compat/mingw.h: drop extern from function declaration
2 parents f491ce9 + fcedb37 commit abac91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ int main(int argc, const char **argv);
606606
* Call this function to open a new MinTTY (this assumes you are in Git for
607607
* Windows' SDK) with a GDB that attaches to the current process right away.
608608
*/
609-
extern void open_in_gdb(void);
609+
void open_in_gdb(void);
610610

611611
/*
612612
* Used by Pthread API implementation for Windows

0 commit comments

Comments
 (0)