diff options
author | Sascha Schumann <sas@php.net> | 2000-07-03 00:45:21 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-07-03 00:45:21 +0000 |
commit | 0db799424836c0668963596ab3003db122b0be38 (patch) | |
tree | 9aec6f6a08ea086357ed67c5ee38940a0f32bb71 /main/fopen_wrappers.h | |
parent | cd754d7825924708ac00aef2e9c9f17d8e2f037c (diff) | |
download | php-git-0db799424836c0668963596ab3003db122b0be38.tar.gz |
Rename macros which begin with underscore to valid macros.
Diffstat (limited to 'main/fopen_wrappers.h')
-rw-r--r-- | main/fopen_wrappers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 152c965d31..5c75cc35b4 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -17,8 +17,8 @@ */ /* $Id$ */ -#ifndef _FOPEN_WRAPPERS_H -#define _FOPEN_WRAPPERS_H +#ifndef FOPEN_WRAPPERS_H +#define FOPEN_WRAPPERS_H #include "php_globals.h" |