summaryrefslogtreecommitdiff
path: root/Zend/zend_static_allocator.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-03 00:55:36 +0000
committerSascha Schumann <sas@php.net>2000-07-03 00:55:36 +0000
commita61721741b082f543eb98f18095c8687f9627264 (patch)
tree6afcc36f953bec3bbdfaa6f03c7ecfce51a07da1 /Zend/zend_static_allocator.h
parent0db799424836c0668963596ab3003db122b0be38 (diff)
downloadphp-git-a61721741b082f543eb98f18095c8687f9627264.tar.gz
Replace macros which begin with an underscore through an appropiately
named macro.
Diffstat (limited to 'Zend/zend_static_allocator.h')
-rw-r--r--Zend/zend_static_allocator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zend/zend_static_allocator.h b/Zend/zend_static_allocator.h
index 5bb988173c..568ddf67fa 100644
--- a/Zend/zend_static_allocator.h
+++ b/Zend/zend_static_allocator.h
@@ -16,8 +16,8 @@
+----------------------------------------------------------------------+
*/
-#ifndef _STATIC_ALLOCATOR_H
-#define _STATIC_ALLOCATOR_H
+#ifndef ZEND_STATIC_ALLOCATOR_H
+#define ZEND_STATIC_ALLOCATOR_H
#define ALLOCATOR_BLOCK_SIZE 400000
@@ -42,4 +42,4 @@ void static_allocator_init(StaticAllocator *sa);
char *static_allocator_allocate(StaticAllocator *sa, zend_uint size);
void static_allocator_destroy(StaticAllocator *sa);
-#endif /* _STATIC_ALLOCATOR_H */
+#endif /* ZEND_STATIC_ALLOCATOR_H */