header file #ifndef guard namespace consistency (global change)

This add an effective namespace prefix to the guard ifndef
This commit is contained in:
Darryl L. Miles
2025-07-29 10:50:32 -04:00
committed by R. Timothy Edwards
parent 5e17855f31
commit d55a2b74ac
85 changed files with 254 additions and 254 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
* rcsid $Header: /usr/cvsroot/magic-8.0/debug/debug.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $
*/
#ifndef _DEBUG_H
#define _DEBUG_H
#ifndef _MAGIC__DEBUG__DEBUG_H
#define _MAGIC__DEBUG__DEBUG_H
#include "utils/magic.h"
@@ -76,4 +76,4 @@ extern int DebugAddFlag(ClientData clientID, const char *name);
extern void DebugShow(ClientData clientID);
extern void DebugSet(ClientData clientID, int argc, char *argv[], int value);
#endif /* _DEBUG_H */
#endif /* _MAGIC__DEBUG__DEBUG_H */