Skip to content
Snippets Groups Projects
Commit e1121251 authored by Jan Travnicek's avatar Jan Travnicek Committed by Jan Trávníček
Browse files

fix header guards

parent 63cf43b8
No related branches found
No related tags found
1 merge request!84Merge jt - some clean uped code related to state elimination of extended automata
......@@ -5,8 +5,8 @@
* Author: Tomas Pecka
*/
 
#ifndef REGEXPOPTIMIZE_H_
#define REGEXPOPTIMIZE_H_
#ifndef _REG_EXP_OPTIMIZE_H__
#define _REG_EXP_OPTIMIZE_H__
 
#include <alib/algorithm>
#include <alib/iterator>
......@@ -222,4 +222,4 @@ UnboundedRegExpStructure < SymbolType > RegExpOptimize::optimize( const Unbounde
#include "RegExpOptimizeUnboundedPart.hpp"
#include "RegExpOptimizeFormalPart.hpp"
 
#endif /* REGEXPNORMALIZE_H_ */
#endif /* _REG_EXP_OPTIMIZE_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment