* ser-go32.c: Define job_control variable.

This commit is contained in:
Jim Kingdon
1993-08-06 07:11:16 +00:00
parent 5dd8d83fdf
commit 80b4aa1c07
2 changed files with 12 additions and 1 deletions

View File

@@ -396,8 +396,9 @@ gdb_setpgid ()
return 0;
}
int job_control = 0;
_initialize_ser_go32 ()
{
job_control = 0;
serial_add_interface (&go32_ops);
}