mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-06 17:09:40 +02:00
header file #ifndef guard namespace consistency (global change)
This add an effective namespace prefix to the guard ifndef
This commit is contained in:
committed by
R. Timothy Edwards
parent
5e17855f31
commit
d55a2b74ac
@@ -20,8 +20,8 @@
|
||||
* rcsid $Header: /usr/cvsroot/magic-8.0/database/databaseInt.h,v 1.3 2010/06/24 12:37:15 tim Exp $
|
||||
*/
|
||||
|
||||
#ifndef _DATABASEINT_H
|
||||
#define _DATABASEINT_H
|
||||
#ifndef _MAGIC__DATABASE__DATABASEINT_H
|
||||
#define _MAGIC__DATABASE__DATABASEINT_H
|
||||
|
||||
#include "database/database.h"
|
||||
|
||||
@@ -247,4 +247,4 @@ extern TileTypeBitMask dbNotDefaultPaintTbl[];
|
||||
#define ERASEAFFECTS(t, s) \
|
||||
((t) != TT_SPACE && DBStdEraseEntry((t), (s), DBPlane(t)) != (t))
|
||||
|
||||
#endif /* _DATABASEINT_H */
|
||||
#endif /* _MAGIC__DATABASE__DATABASEINT_H */
|
||||
|
||||
Reference in New Issue
Block a user