Fixed guard in the lexer header.
This commit is contained in:
parent
81a81f0ab0
commit
31ec76c90a
|
@ -1,8 +1,8 @@
|
||||||
#include "liboga.h"
|
|
||||||
|
|
||||||
#ifndef LIBOGA_XML_LEXER_H
|
#ifndef LIBOGA_XML_LEXER_H
|
||||||
#define LIBOGA_XML_LEXER_H
|
#define LIBOGA_XML_LEXER_H
|
||||||
|
|
||||||
|
#include "liboga.h"
|
||||||
|
|
||||||
extern void Init_liboga_xml_lexer();
|
extern void Init_liboga_xml_lexer();
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue