(i'm not sure if this should be sent to the list, i wish the list had a
moderator to filter out useless crap like this post :)

while trying to get KA9Q NOS to run under elks (*) i stumbled accross the
following:
(in ttydriv.c):
struct ttystate *tts;
#define ttymode tts->ttymode
#define cp      tts->cp
etc...
during the compile bcc falls into a loop, probably because it resolves
ttymode to tts->ttymode, then resolves that to tts->tts->ttymode, then to
tts->tts->tts->ttymode etc...

jacek 

(*) i got it to compile, but it wouldn't link due to size constraints.

Reply via email to