Browse Source

# remove leading _ from #define

PHP-4.0.5
David Croft 26 years ago
parent
commit
89874a4b0d
  1. 6
      ext/pfpro/php_pfpro.h

6
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 */
/*

Loading…
Cancel
Save