diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:25 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-10-08 21:53:25 -0700 |
| commit | abac91e3aa0fffb5901498923e79d4bcbdb96c46 (patch) | |
| tree | 9f0a518d287b9bc080529706b583e8129e36cd90 | |
| parent | f491ce954b4b317b70705b1670f233f16ea36e12 (diff) | |
| parent | fcedb379fd1842cf943a05a331be862ad8d2d919 (diff) | |
| download | git-abac91e3aa0fffb5901498923e79d4bcbdb96c46.tar.gz | |
Merge branch 'dl/mingw-header-cleanup'
Header clean-up.
* dl/mingw-header-cleanup:
compat/mingw.h: drop extern from function declaration
| -rw-r--r-- | compat/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/mingw.h b/compat/mingw.h index e6fe810ba9..af8eddd73e 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -606,7 +606,7 @@ int main(int argc, const char **argv); * Call this function to open a new MinTTY (this assumes you are in Git for * Windows' SDK) with a GDB that attaches to the current process right away. */ -extern void open_in_gdb(void); +void open_in_gdb(void); /* * Used by Pthread API implementation for Windows |
