diff options
Diffstat (limited to 'ext/standard/pack.h')
-rw-r--r-- | ext/standard/pack.h | 6 |
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 */ |