X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ferror.h;h=7a803d0c106af04bc9dec07e7442c6c37664cca6;hb=0aaee99cbb17d6508bef411304056c88ef6b3a89;hp=7bd29b932295358dfff87242fc06d0526d97f26e;hpb=6cc79595e245a7f078880c3647d40cc7ba3dfbff;p=gnulib.git 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_ */