commit | 7cccf542f9a1f6d6d25e0b8a6db11c58530a0a61 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Jan 02 23:35:23 2009 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Jan 02 23:35:23 2009 -0500 |
tree | 1ec88efd846e3dd76e8beb896a6349100ed05090 | |
parent | 8c0e372c2afaee5e19b46f720687beeb6740cb73 [diff] |
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.