[comp.sources.d] Advsys for 2.9BSD

root@uokmet.UUCP (10/26/87)

There are a few long variable names in the "advsys" programs.  This causes
a problem with 2.9BSD.

To fix the problem, including the following in the "Makefile":

CFLAGS=-Dcode_setargument=code_1setargument \
       -Dcode_settemporary=code_2settemporary \
       -Dcode_setvariable=code_3setvariable \
       -Ddb_restart=db_redo

(The "-g" is meaning less, so it has been dropped).

In the line of a suggestion, put the following line under the
"VOCABULARY DEFINITION" section:

(synonym look l)

Entering "l" will work as "look", a somewhat standard feature.

Now, all we need is for people to write some games for this...

	Kevin W. Thomas

UUCP:	ihnp4!occrsh!uokmet!kwthomas

root@uokmet.UUCP (10/27/87)

[Memory Fault]

One more thing, the programs need to be compiled with "-i".

	== kwthomas ==