summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/write.c
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-15 08:12:12 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-15 08:12:12 +0000
commit65154e1c6afa12523612808ee518b0a1621e4629 (patch)
tree705ff49bd50478791991377ffd7fdb68c57deb71 /Build/source/texk/makejvf/write.c
parent9e945e87e6b8e04f4319505f27c0c574876df7ae (diff)
makejvf: better declaration
git-svn-id: svn://tug.org/texlive/trunk@44805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/write.c')
-rw-r--r--Build/source/texk/makejvf/write.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/write.c b/Build/source/texk/makejvf/write.c
index ccab817a049..a55fe27e4f9 100644
--- a/Build/source/texk/makejvf/write.c
+++ b/Build/source/texk/makejvf/write.c
@@ -5,6 +5,8 @@
#include <stdio.h>
#include <stdlib.h>
+int pstfm_codes[256];
+
FILE *vfopen(char *name)
{
FILE *fp;