STEVEW%tower-vax.city-poly.ac.uk@NSFNET-RELAY.AC.UK (12/05/89)
Thanks for the info. I removed the linker error by adding a dummy routine in
GRAM.C. I wish to distribute Bison etc to other VMS sites and these type of
messages tend to throw a lot of users (me included!).
Thanks again
-----------------------------------------------------------------------------
Steve Wakelin
Senoir Systems Officer City Of London Polytechnic
___ . ___
JANET: stevew@uk.ac.clp.tvax / \ / / \
EARN/BitNet: stevew@tvax.clp.ac.uk / / /___ /
EAN: stevew%clp.tvax@ean-relay.ac.uk <____/ <___ /
-----------------------------------------------------------------------------
enc.
#if defined(VMS) && defined(__GNUC__)
/* This is to avoid linker problems which occur when the file in question
contains data definitions only. That is, a file with no code in (but
a statisically defined string
Steve Wakelin STEVEW@TVAX.CLP.AC.UK
5-DEC-1989
*/
void
dummy()
{
}
#endif