changeset 765:2dad6606dddb

.
author Jim Meyering <jim@meyering.net>
date Tue, 29 Oct 1996 17:55:38 +0000
parents 13671d74c0fb
children d21f4558fd0b
files lib/error.h lib/getline.h
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
    variable controls whether this mode is selected or not.  */
 extern int error_one_per_line;
 
-#endif /* not _error_h_ */
+#endif /* not ERROR_H_ */
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -14,8 +14,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 _getline_h_
-# define _getline_h_ 1
+#ifndef GETLINE_H_
+# define GETLINE_H_ 1
 
 # include <stdio.h>
 
@@ -33,4 +33,4 @@
 int
 getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
 
-#endif
+#endif /* not GETLINE_H_ */