summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/flib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/flib.c')
-rw-r--r--Build/source/texk/dvipsk/flib.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/Build/source/texk/dvipsk/flib.c b/Build/source/texk/dvipsk/flib.c
index 532c7554022..0766f849a92 100644
--- a/Build/source/texk/dvipsk/flib.c
+++ b/Build/source/texk/dvipsk/flib.c
@@ -6,12 +6,11 @@
#ifdef FONTLIB
#include "dvips.h" /* The copyright notice in that file is included too! */
#include "paths.h"
-#include "protos.h"
-extern int debug_flag ;
-extern char errbuf[] ;
-extern char *flipath ;
-extern char *fliname ;
-extern FILE *pkfile ;
+/*
+ * The external declarations:
+ */
+#include "protos_add.h"
+
/*
* font library structures
*/
@@ -53,7 +52,6 @@ pkdouble(void)
i = i * 256 + pkbyte() ;
return(i) ;
}
-extern char name[] ;
/*
* fliload opens each font library, then reads in its
* directory for later use.