summaryrefslogtreecommitdiff
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
commitb3d67003f385dc063ef0f0f8291ac6e79df2cf3a (patch)
treef99576502ea4439b177b730eb11abfd55fcc47b6
parent5417984f74da4ac85c55e61eb3b7e8d0dc18f5c2 (diff)
downloadgnulib-b3d67003f385dc063ef0f0f8291ac6e79df2cf3a.tar.gz
.
-rw-r--r--lib/error.h6
-rw-r--r--lib/getline.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/error.h b/lib/error.h
index 7bd29b9322..7a803d0c10 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_ */
diff --git a/lib/getline.h b/lib/getline.h
index e27da77b37..cc6466d72a 100644
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef _getline_h_
-# define _getline_h_ 1
+#ifndef GETLINE_H_
+# define GETLINE_H_ 1
# include <stdio.h>
@@ -33,4 +33,4 @@ getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
int
getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
-#endif
+#endif /* not GETLINE_H_ */