[6818] in Athena Bugs
discuss files not ifdef'd correctly
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Jan 7 14:38:07 1991
From: srz@ATHENA.MIT.EDU (Stanley R Zanarotti)
Date: Mon, 7 Jan 91 14:37:52 -0500
To: lwvanels@ATHENA.MIT.EDU
Cc: bug-discuss@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU
>The files in server directory won't compile unless ZEPHYR is defined; the
>files:
>
>/source/third/common/discuss-1.5a/source/server/expunge.c
>/source/third/common/discuss-1.5a/source/server/recover.c
>
>are missing an #ifdef ZEPHYR around use_zephyr. These are the patches:
What are the compiler errors that you're getting? Whatever they are,
this is not the best way to fix the problem...
-stan