Phil Carmody - 2004-11-25

Logged In: YES
user_id=975397

yeafft.c requires bigA and bigB, but doesn't include round.h

If you add a #include "round.h", then it still won't build
because bigA and bigB are defined in glucas.c, and an no
application apart from glucas will actually want to build
with glucas.c.

bigA and bigB should be pulled out to a round.c file.