summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-02-23 10:11:21 -0500
committerNat Goodspeed <nat@lindenlab.com>2024-02-23 10:11:21 -0500
commit904d82402c8b927f5e09830d10247079fb4a94f4 (patch)
tree95256b06398914fc8a91b35e60d7de9a78d90a02 /indra/newview/llfloaterland.cpp
parent11f6fe1579a67377b5922338a72acaf348546fa3 (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/llfloaterland.cpp')
0 files changed, 0 insertions, 0 deletions