(SDB_ALLOW_FORWARD_REFERENCES): Don't override.

From-SVN: r2634
This commit is contained in:
Tom Wood 1992-10-28 20:24:40 +00:00
parent 29f104846c
commit 1e482b2cf8
1 changed files with 5 additions and 2 deletions

View File

@ -26,8 +26,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
Error messages like
as: "/usr/tmp/cca22733.s": cannot reduce symbol table, unused symbols remain
when compiling some programs.
example program (C++): struct bad { bad(); }; bad::bad() {} */
#undef SDB_ALLOW_FORWARD_REFERENCES
example program (C++): struct bad { bad(); }; bad::bad() {}
This problem seems to have gone away, perhaps with release 3.6 of the O/S
from Dolphin. */
/* #undef SDB_ALLOW_FORWARD_REFERENCES */
/* Use T_ARG as T_VOID. T_VOID is not defined in <syms.h> as it should be. */
#define T_VOID T_ARG