d_linkage is largely done (#176)

This commit is contained in:
Elijah Thomas
2025-05-25 15:51:35 -04:00
committed by GitHub
parent 018ef1971c
commit fd7d30d322
23 changed files with 738 additions and 161 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ public:
bool ChkLineCheckNone() {
return mFlags & LINE_CHECK_NONE;
}
bool ChkLineCheck() {
bool ChkLineCheck() const {
return mFlags & LINE_CHECK;
}
bool Chk_0x4000000() const {