view etc/ps-prin2.ps @ 34954:ff4771c51345

(enter_namespace, main): Cast variables to shut up compiler warnings. (yyerror): Change parameter declarations to be of type long, so that they can take pointers on 64-bit platforms.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 02 Jan 2001 13:53:32 +0000
parents cdd489417ae4
children b5a4db21c424
line wrap: on
line source

% === BEGIN ps-print prologue 2
% version: 6.0

% ---- These lines must be kept together because...

/h0 F
/HeaderTitleLineHeight FontHeight def

/h1 F
/HeaderLineHeight FontHeight def
/HeaderDescent    Descent def

% ---- ...because `F' has a side-effect on `FontHeight' and `Descent'

% === END ps-print prologue 2