summaryrefslogtreecommitdiff
path: root/Zend/FlexLexer.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-07-03 00:55:36 +0000
committerSascha Schumann <sas@php.net>2000-07-03 00:55:36 +0000
commita61721741b082f543eb98f18095c8687f9627264 (patch)
tree6afcc36f953bec3bbdfaa6f03c7ecfce51a07da1 /Zend/FlexLexer.h
parent0db799424836c0668963596ab3003db122b0be38 (diff)
downloadphp-git-a61721741b082f543eb98f18095c8687f9627264.tar.gz
Replace macros which begin with an underscore through an appropiately
named macro.
Diffstat (limited to 'Zend/FlexLexer.h')
-rw-r--r--Zend/FlexLexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/FlexLexer.h b/Zend/FlexLexer.h
index 549177b8b9..fd65258570 100644
--- a/Zend/FlexLexer.h
+++ b/Zend/FlexLexer.h
@@ -41,9 +41,9 @@
// #include <FlexLexer.h>
// ...
-#ifndef __FLEX_LEXER_H
+#ifndef FLEXLEXER_H
// Never included before - need to define base class.
-#define __FLEX_LEXER_H
+#define FLEXLEXER_H
#include <iostream.h>
extern "C++" {