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, 0 insertions, 21 deletions
diff --git a/Build/source/texk/dvipsk/protos_add.h b/Build/source/texk/dvipsk/protos_add.h deleted file mode 100644 index 22bd4393adb..00000000000 --- a/Build/source/texk/dvipsk/protos_add.h +++ /dev/null @@ -1,21 +0,0 @@ -#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, dir; -} stack[]; - -/* global variables from loadfont.c */ -extern char name[]; - -#endif |