Mercurial > hg > xemacs-beta
diff src/debug.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | ed498ef2108b |
line wrap: on
line diff
--- a/src/debug.h Mon Aug 13 11:32:27 2007 +0200 +++ b/src/debug.h Mon Aug 13 11:33:38 2007 +0200 @@ -22,8 +22,8 @@ /* Written by Chuck Thompson */ -#ifndef _XEMACS_DEBUG_H_ -#define _XEMACS_DEBUG_H_ +#ifndef INCLUDED_debug_h_ +#define INCLUDED_debug_h_ #define DEBUG_STDERR 1 #define DEBUG_ABORT 2 @@ -76,4 +76,4 @@ #endif /* !DEBUG_XEMACS */ -#endif /* _XEMACS_DEBUG_H_ */ +#endif /* INCLUDED_debug_h_ */