From a61721741b082f543eb98f18095c8687f9627264 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 3 Jul 2000 00:55:36 +0000 Subject: Replace macros which begin with an underscore through an appropiately named macro. --- Zend/zend_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zend/zend_list.h') 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" -- cgit v1.2.1