diff options
Diffstat (limited to 'lexlib/LexerNoExceptions.h')
-rw-r--r-- | lexlib/LexerNoExceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexlib/LexerNoExceptions.h b/lexlib/LexerNoExceptions.h index caac61a83..70ff3c138 100644 --- a/lexlib/LexerNoExceptions.h +++ b/lexlib/LexerNoExceptions.h @@ -5,8 +5,8 @@ // Copyright 1998-2010 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#ifndef LexerNoExceptions_H -#define LexerNoExceptions_H +#ifndef LEXERNOEXCEPTIONS_H +#define LEXERNOEXCEPTIONS_H #ifdef SCI_NAMESPACE namespace Scintilla { |