diff options
Diffstat (limited to 'Build/source/texk/dvipsk/skippage.c')
-rw-r--r-- | Build/source/texk/dvipsk/skippage.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Build/source/texk/dvipsk/skippage.c b/Build/source/texk/dvipsk/skippage.c index 2d0f6a145bb..13da8d5f423 100644 --- a/Build/source/texk/dvipsk/skippage.c +++ b/Build/source/texk/dvipsk/skippage.c @@ -6,20 +6,11 @@ #include "dvips.h" /* The copyright notice in that file is included too! */ /* - * These are the external routines called. + * The external declarations: */ #include "protos.h" /* - * These are the external variables accessed. - */ -#ifdef DEBUG -extern integer debug_flag; -#endif /* DEBUG */ -extern integer pagenum ; -extern char errbuf[] ; -extern FILE *dvifile ; -/* * And now the big routine. */ void |