diff options
Diffstat (limited to 'misc/error.h')
-rw-r--r-- | misc/error.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/error.h b/misc/error.h index 25784c22ce..0d3bcb7ae3 100644 --- a/misc/error.h +++ b/misc/error.h @@ -19,8 +19,8 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _error_h_ -#define _error_h_ +#ifndef _ERROR_H +#define _ERROR_H 1 #ifndef __attribute__ /* This feature is available in gcc versions 2.5 and later. */ @@ -74,4 +74,4 @@ extern int error_one_per_line; } #endif -#endif /* _error_h_ */ +#endif /* error.h */ |