Fixed the problem

Edward Ballot (eballot@geoworks.com)
Mon, 13 Jan 1997 14:32:47 -0800 (PST)

edwdig@bergen.org wrote:
> I talked to FunProg and he said he thought strings was a reserved name, so I
> renamed strings.goc/goh to messages and also the resource and now it
> compiles. Are there any other names I should watch out for?

Neither "string" nor "strings" is a keyword in Goc. (There's a list
of keywords in the Routines book somewhere.) Perhaps something else
was causing the problem and changes you made also fixed that.

When the compile doesn't work for no apparent reason, one trick I try
is deleting both the makefile and depend.mk files and remaking the
geode from scratch.

-Ed-