summaryrefslogtreecommitdiff
path: root/ext/standard/pack.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pack.h')
-rw-r--r--ext/standard/pack.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/pack.h b/ext/standard/pack.h
index 3550c0270b..4687cfd1ff 100644
--- a/ext/standard/pack.h
+++ b/ext/standard/pack.h
@@ -29,11 +29,11 @@
/* $Id$ */
-#ifndef _PACK_H
-#define _PACK_H
+#ifndef PACK_H
+#define PACK_H
extern PHP_MINIT_FUNCTION(pack);
PHP_FUNCTION(pack);
PHP_FUNCTION(unpack);
-#endif /* _PACK_H */
+#endif /* PACK_H */