[5597] in Athena Bugs
rt 7.0F: rpc/types.h
daemon@ATHENA.MIT.EDU (qjb@ATHENA.MIT.EDU)
Mon Jul 23 13:41:15 1990
From: qjb@ATHENA.MIT.EDU
Date: Mon, 23 Jul 90 13:41:02 -0400
To: bugs@ATHENA.MIT.EDU
System name: soup
Type and version: RTPC-ROMPC 7.0F
Display type: apa16
What were you trying to do?
#include <rpc/types.h> in a program
What's wrong:
rpc/types.h unconditionally #defines TRUE and FALSE
What should have happened:
It should have #defined them only if the were not
already defined by using #ifndef TRUE, etc. around them.