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
@@ -23,8 +23,8 @@
*
*/
#ifndef _EXTRACTINT_H
#define _EXTRACTINT_H
#ifndef _MAGIC__EXTRACT__EXTRACTINT_H
#define _MAGIC__EXTRACT__EXTRACTINT_H
#include "database/database.h"
@@ -1118,4 +1118,4 @@ extern int extMakeUnique();
#include "extDebugInt.h"
#endif /* _EXTRACTINT_H */
#endif /* _MAGIC__EXTRACT__EXTRACTINT_H */