about summary refs log tree commit diff
path: root/converter/other/fiasco/binerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/binerror.h')
-rw-r--r--converter/other/fiasco/binerror.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/converter/other/fiasco/binerror.h b/converter/other/fiasco/binerror.h
index b30f53e0..50532be9 100644
--- a/converter/other/fiasco/binerror.h
+++ b/converter/other/fiasco/binerror.h
@@ -1,5 +1,4 @@
 /*
- *  error.h
  *
  *  Written by:         Stefan Frank
  *                      Ullrich Hafner
@@ -15,8 +14,8 @@
  *  $State: Exp $
  */
 
-#ifndef _ERROR_H
-#define _ERROR_H
+#ifndef BINERROR_H_INCLUDED
+#define BINERROR_H_INCLUDED
 
 #define error          error_line=__LINE__,error_file=__FILE__,_error
 #define warning        error_line=__LINE__,error_file=__FILE__,_warning
@@ -46,5 +45,4 @@ _file_error (const char *filename);
 #       define assert(exp)      {if (!(exp)) error ("Assertion `" #exp " != NULL' failed.");}
 #endif /* not HAVE_ASSERT_H */
 
-#endif /* not _ERROR_H */
-
+#endif