diff options
Diffstat (limited to 'Build/source/texk/dvipsk/protos_add.h')
-rw-r--r-- | Build/source/texk/dvipsk/protos_add.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/protos_add.h b/Build/source/texk/dvipsk/protos_add.h new file mode 100644 index 00000000000..21b165c1679 --- /dev/null +++ b/Build/source/texk/dvipsk/protos_add.h @@ -0,0 +1,21 @@ +#ifndef _PROTOS_ADD_H +#define _PROTOS_ADD_H + +#include "protos.h" + +/****** additional global variables ****** + * + * We can declare 'dvistack' and 'name' only in some files, because + * otherwise they would conflict with equally named static variables. + */ + +/* global variables from dopage.c */ +extern struct dvistack { + integer hh, vv ; + integer h, v, w, x, y, z ; +} stack[] ; + +/* global variables from loadfont.c */ +extern char name[] ; + +#endif |