Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Rename macros with two leading underscores
These names are reserved for the compiler/library implementations.
- Loading branch information
Showing
with
109 additions
and 113 deletions.
- +2 −2 src/camera.cpp
- +10 −10 src/client.cpp
- +1 −1 src/clientiface.cpp
- +2 −2 src/clientmap.cpp
- +1 −1 src/content_cao.cpp
- +3 −3 src/content_nodemeta.cpp
- +1 −1 src/content_sao.cpp
- +5 −9 src/debug.h
- +1 −1 src/emerge.cpp
- +4 −4 src/environment.cpp
- +1 −1 src/httpfetch.cpp
- +2 −2 src/inventory.cpp
- +1 −1 src/inventorymanager.cpp
- +18 −18 src/map.cpp
- +6 −6 src/mapblock.cpp
- +1 −1 src/nodemetadata.cpp
- +4 −4 src/script/lua_api/l_server.cpp
- +44 −44 src/server.cpp
- +1 −1 src/unittest/test.cpp
- +1 −1 src/util/thread.h
Oops, something went wrong.