Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 3 Jan 2009 04:35:23 +0000 (23:35 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 3 Jan 2009 04:35:23 +0000 (23:35 -0500)
commit7cccf542f9a1f6d6d25e0b8a6db11c58530a0a61
tree1ec88efd846e3dd76e8beb896a6349100ed05090
parent8c0e372c2afaee5e19b46f720687beeb6740cb73
Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.

When using AVOIDCOMBINE, macros can have global scope.  This caused
    the bda macro in resume.c to conflict with the bda variable in
    post.c.
src/resume.c