[net.lang.prolog] Compiling UNSW Prolog under 4.2bsd

sammut@uiuccsb.UUCP (03/20/84)

#N:uiuccsb:9400005:000:498
uiuccsb!sammut    Mar 19 15:53:00 1984

Because of some minor differences between the C compiler in
4.1bsd and 4.2bsd, some files in UNSW Prolog will generate
syntax errors when you convert to 4.2

In files "prolog/srce/make.c" and "prolog/srce/p_meta.c"
the value returned by "sprintf" is assigned to an integer.
To compile these files correctly, simply remove the assignment
to the integer. That is, sprintf should be used as a procedure
not a function.

Claude Sammut
University of Illinois at Urbana-Champaign
..!ihnp4!uiucdcs!sammut