* symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 10 Mar 1994 18:25:33 +0000 (18:25 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 10 Mar 1994 18:25:33 +0000 (18:25 +0000)
commitd78d4d1660ce65efde419f2b112bb0f20d96516c
treed90ed9bba79aabc3745422ce72f902c277c45e68
parentf26137106836aa7d2d733f775c4f1cd9e07b6fc5
* symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
while (0).  That defeats the whole purpose of using do . . . while (0).
* mdebugread.c (parse_partial_symbols): Don't use ?: expression as
list for ADD_PSYMBOL_TO_LIST; the macro takes its address and
using a ?: expression as an lvalue is not portable.
gdb/ChangeLog
gdb/mdebugread.c