diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-23 10:11:21 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-23 10:11:21 -0500 |
commit | 904d82402c8b927f5e09830d10247079fb4a94f4 (patch) | |
tree | 95256b06398914fc8a91b35e60d7de9a78d90a02 /indra/newview/llweb.h | |
parent | 11f6fe1579a67377b5922338a72acaf348546fa3 (diff) |
Allow debug.h to be #included even in normal viewer code.
debug.h #defines a couple of macros intended to enclose the entire body of a
function to track its entry and (possibly exceptional) exit. The trouble is
that these macros used to be called BEGIN and END, which is far too generic --
especially considering that END is used as an enum value in some parts of the
viewer.
Rename them DEBUGIN and DEBUGEND, which is ugly but unlikely to collide with
anything else.
Diffstat (limited to 'indra/newview/llweb.h')
0 files changed, 0 insertions, 0 deletions