try to help out onefile

This commit is contained in:
nhmall
2025-05-30 09:09:10 -04:00
parent 308c5ab237
commit 9ed1e6201a
2 changed files with 15 additions and 1 deletions

View File

@@ -1159,3 +1159,10 @@ normalize_pointers_you(struct you *d_you UNUSED)
{
}
#endif /* SFCTOOL */
#undef SF_X
#undef SF_C
#undef SF_A
/* end of sfbase.c */

View File

@@ -684,4 +684,11 @@ logging_finish(void)
}
icnt = 0L;
}
#endif
#endif /* SFLOGGING */
#undef SF_X
#undef SF_C
#undef SF_A
/* end of sfstruct.c */