Patch1.3 (corrections for pdp's)

Lee McLoughlin lee at kcl-cs.UUCP
Mon Jun 3 14:10:50 AEST 1985


I don't know about system V but I was given the following corrections to 
patch for a V7 system by Adrian Pell (adrian at reading.UUCP).

In the typedefs section about line 105 LINENUM should be an int for
pdp11's.

typedef char bool;
#ifdef pdp11
typedef int LINENUM;			/* must be signed */
#else
typedef long LINENUM;			/* must be signed */
#endif



For V7 compilers you also need to add
	-Dvoid=int -i
in the cc call in the makefile and change all occurences of 
this_line_is_command
to
tli__command
-- 
UKUUCP SUPPORT  Lee McLoughlin	<UK>!ukc!lmcl
		kcl-cs!lee
	"What you once thought was only a nightmare is now a reality!"



More information about the Comp.sources.bugs mailing list