summaryrefslogtreecommitdiff
path: root/lib/error.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 17:55:38 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 17:55:38 +0000
commitd34e6897d8ce9ce723c648a52d747fe155033c22 (patch)
treec86a017fa95f259c953f70d07faf67e3efdd6ddb /lib/error.h
parent55681891e5a1b7e802a4a925377379da9b38b72a (diff)
downloadcoreutils-d34e6897d8ce9ce723c648a52d747fe155033c22.tar.xz
.
Diffstat (limited to 'lib/error.h')
-rw-r--r--lib/error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/error.h b/lib/error.h
index 7bd29b932..7a803d0c1 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -15,8 +15,8 @@
along with this program; if not, 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_
# ifndef __attribute__
/* This feature is available in gcc versions 2.5 and later. */
@@ -62,4 +62,4 @@ extern unsigned int error_message_count;
variable controls whether this mode is selected or not. */
extern int error_one_per_line;
-#endif /* not _error_h_ */
+#endif /* not ERROR_H_ */