Remove unnecessary #ifndef...#endif pair

This commit is contained in:
Dianne Skoll
2025-12-23 11:22:08 -05:00
parent 7ae7edcb42
commit 14b6e23eaa

View File

@@ -151,7 +151,6 @@
#define STR2(X) #X
#ifndef L_ERR_OVERRIDE
EXTERN char *ErrMsg[]
#ifdef MK_GLOBALS
@@ -276,7 +275,6 @@ EXTERN char *ErrMsg[]
}
#endif /* MK_GLOBALS */
;
#endif /* L_ERR_OVERRIDE */
EXTERN int NumErrs
#ifdef MK_GLOBALS