Subject: FW: problem with teTeX-bin package on mips
To: None <tech-pkg@netbsd.org>
From: Simon Burge <simonb@supp.cpr.itg.telstra.com.au>
List: tech-pkg
Date: 10/01/1999 17:13:47
[[ oops, I buggered up the tech-pkg address originally ]]

------- Forwarded Message

From: Simon Burge <simonb@netbsd.org>
To: teck-pkg@netbsd.org
Cc: port-mips@netbsd.org
Subject: problem with teTeX-bin package on mips
Date: Thu, 30 Sep 1999 13:32:26 +1000
Message-Id: <199909300332.NAA24614@balrog.supp.cpr.itg.telecom.com.au>

Folks,

I've got a problem with the teTeX-bin package on a pmax.  In
teTeX-1.0/texk/ps2pkm/objects.h there's a

	#define   abort(line)       t1_abort(line)

and then lots of calls to abort("string") in that directory.  Problem
is that on a mips, the va_arg() macro contains a call to the c library
abort() and the C preprocessor barfs because it sees a call to abort
with no arguments.

I think the simplest change is to remove the #define and just call
t1_abort() everywhere (about a dozen files).  Sound ok?

Simon.

------- End of Forwarded Message