summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/perlio.h b/perlio.h
index 1a3d480f43..d515020618 100644
--- a/perlio.h
+++ b/perlio.h
@@ -8,8 +8,8 @@
*
*/
-#ifndef _PERLIO_H
-#define _PERLIO_H
+#ifndef PERLIO_H_
+#define PERLIO_H_
/*
Interface for perl to IO functions.
There is a hierarchy of Configure determined #define controls:
@@ -336,7 +336,7 @@ typedef struct PerlIO_list_s PerlIO_list_t;
#endif
END_EXTERN_C
-#endif /* _PERLIO_H */
+#endif /* PERLIO_H_ */
/*
* ex: set ts=8 sts=4 sw=4 et: