diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:29:32 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:29:32 +0000 |
commit | f61bbe1e960052731889ff87ac1885f85b786f51 (patch) | |
tree | 231297089d4ab3b7012ea6f0be2647aa1a4720fb /Build/source/texk/dvipsk/dpicheck.c | |
parent | 2febf30b2c406dc2962ab8e37812637b1a7ab7f3 (diff) |
towards TL2010: texk/dvipsk
git-svn-id: svn://tug.org/texlive/trunk@15969 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/dpicheck.c')
-rw-r--r-- | Build/source/texk/dvipsk/dpicheck.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/dpicheck.c b/Build/source/texk/dvipsk/dpicheck.c index 200d6410274..78e2311416d 100644 --- a/Build/source/texk/dvipsk/dpicheck.c +++ b/Build/source/texk/dvipsk/dpicheck.c @@ -4,9 +4,11 @@ * magnifications. */ #include "dvips.h" /* The copyright notice in that file is included too! */ +/* + * The external declarations: + */ #include "protos.h" -extern int actualdpi ; static integer existsizes[30] = { 0 , 99999999 } ; static int checkdpi ; /* |