diff options
author | Sascha Schumann <sas@php.net> | 2000-07-03 00:55:36 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-07-03 00:55:36 +0000 |
commit | a61721741b082f543eb98f18095c8687f9627264 (patch) | |
tree | 6afcc36f953bec3bbdfaa6f03c7ecfce51a07da1 /Zend/zend_list.h | |
parent | 0db799424836c0668963596ab3003db122b0be38 (diff) | |
download | php-git-a61721741b082f543eb98f18095c8687f9627264.tar.gz |
Replace macros which begin with an underscore through an appropiately
named macro.
Diffstat (limited to 'Zend/zend_list.h')
-rw-r--r-- | Zend/zend_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_list.h b/Zend/zend_list.h index 584a5cfdcc..10006265db 100644 --- a/Zend/zend_list.h +++ b/Zend/zend_list.h @@ -18,8 +18,8 @@ */ -#ifndef _LIST_H -#define _LIST_H +#ifndef ZEND_LIST_H +#define ZEND_LIST_H #include "zend_hash.h" #include "zend_globals.h" |