diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/objects.h')
-rw-r--r-- | Build/source/texk/ps2pkm/objects.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/ps2pkm/objects.h b/Build/source/texk/ps2pkm/objects.h index 3a6020d0362..2b67f513832 100644 --- a/Build/source/texk/ps2pkm/objects.h +++ b/Build/source/texk/ps2pkm/objects.h @@ -76,11 +76,7 @@ void t1_Free(); /* free memory */ struct xobject *t1_Unique(); /* make a unique temporary copy of an object */ struct xobject *t1_ArgErr(); /* handle argument errors */ struct xobject *t1_TypeErr(); /* handle 'bad type' argument errors */ -#ifdef KPATHSEA -void t1_Consume PVAR1H(int); /* consume a variable number of arguments */ -#else -void t1_Consume(); /* consume a variable number of arguments */ -#endif +void t1_Consume(int, ...); /* consume a variable number of arguments */ struct xobject *t1_Copy(); /* make a new copy, not reference bump PNM */ /*END SHARED*/ |