summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/prescan.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipsk/prescan.c')
-rw-r--r--Build/source/texk/dvipsk/prescan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/prescan.c b/Build/source/texk/dvipsk/prescan.c
index 534f58d9fb6..f9dce65d3e1 100644
--- a/Build/source/texk/dvipsk/prescan.c
+++ b/Build/source/texk/dvipsk/prescan.c
@@ -47,7 +47,7 @@ extern char preamblecomment[] ;
* This routine handles the processing of the preamble in the dvi file.
*/
void
-readpreamble P1H(void)
+readpreamble(void)
{
register int i ;
char *p ;
@@ -88,7 +88,7 @@ readpreamble P1H(void)
*/
static integer firstmatch = -1, lastmatch = -1 ;
void
-prescanpages P1H(void)
+prescanpages(void)
{
register int cmd ;
short ret = 0 ;