diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-05 21:46:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-05 18:46:58 -0800 |
| commit | ae9fa8922a52ccbff29891024aeafd1aed2d0400 (patch) | |
| tree | e91656e2d22eda43eb02828d9c0e99e0f91951ae /src/d/d_msg_object.cpp | |
| parent | e6b1f3a4f2ffd7403d4949d0875f7827cd2846f2 (diff) | |
Work on weak function ordering (#2917)
* Fix functionvalue weak func order
* Add script to help diffing weak function order
* Improve alink weak func order (44 -> 15)
* Improve m_Do_ext weak order (12 -> 7)
* Remove old hack
* Fix d_a_tbox weak func order
* Fix d_a_npc_ks weak func order
* Fix error when trying to diff weak func order for ShieldD due to hidden function alignment gap symbols
Diffstat (limited to 'src/d/d_msg_object.cpp')
| -rw-r--r-- | src/d/d_msg_object.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/d/d_msg_object.cpp b/src/d/d_msg_object.cpp index 55e416ad75..5f2e2d6fa5 100644 --- a/src/d/d_msg_object.cpp +++ b/src/d/d_msg_object.cpp @@ -1,7 +1,5 @@ #include "d/dolzel.h" // IWYU pragma: keep -#define DISABLE_MSG_OBJECT_EXTERN - #include "d/d_msg_object.h" #include "d/d_msg_class.h" #include "d/d_msg_string.h" |
