From 89874a4b0d1d40da86900e5f132d40fff8bb4f69 Mon Sep 17 00:00:00 2001 From: David Croft Date: Wed, 19 Jul 2000 18:51:55 +0000 Subject: [PATCH] # remove leading _ from #define --- ext/pfpro/php_pfpro.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/pfpro/php_pfpro.h b/ext/pfpro/php_pfpro.h index 99c37fb108..dc099e46a9 100644 --- a/ext/pfpro/php_pfpro.h +++ b/ext/pfpro/php_pfpro.h @@ -18,8 +18,8 @@ /* $Id$ */ -#ifndef _PHP_PFPRO_H -#define _PHP_PFPRO_H +#ifndef PHP_PFPRO_H +#define PHP_PFPRO_H #if HAVE_PFPRO @@ -63,7 +63,7 @@ typedef struct { #endif -#endif /* _PHP_PFPRO_H */ +#endif /* PHP_PFPRO_H */ /* -- 2.50.1