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.
_pgmptr
2 parents 91d03cb + 26d6126 commit 80ed467Copy full SHA for 80ed467
compat/mingw.c
@@ -32,7 +32,6 @@
32
void open_in_gdb(void)
33
{
34
static struct child_process cp = CHILD_PROCESS_INIT;
35
- extern char *_pgmptr;
36
37
strvec_pushl(&cp.args, "mintty", "gdb", NULL);
38
strvec_pushf(&cp.args, "--pid=%d", getpid());
0 commit comments