From: David Croft Date: Wed, 19 Jul 2000 18:51:55 +0000 (+0000) Subject: # remove leading _ from #define X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89874a4b0d1d40da86900e5f132d40fff8bb4f69;p=php # remove leading _ from #define --- 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 */ /*