Declare `geomtab' as static. It was bogusly shared between the asc and

the gsc drivers.
This commit is contained in:
Bruce Evans 1995-09-08 16:38:52 +00:00
parent 4fbadacb81
commit 1c6d84074a
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ extern d_open_t ascopen;
*** THE GEMOMETRY TABLE
***/
const struct asc_geom {
static const struct asc_geom {
int dpi; /* dots per inch */
int dpl; /* dots per line */
int bpl; /* bytes per line */

View File

@ -101,7 +101,7 @@
#define GEOMTAB_SIZE 7
const struct gsc_geom {
static const struct gsc_geom {
int dpi; /* dots per inch */
int dpl; /* dots per line */
int g_res; /* get resolution value (status flag) */