Removed the dist-hook. Just going to use ragel-release for changing
[external/ragel.git] / ragel / cdftable.h
index 8124449..d075723 100644 (file)
@@ -21,8 +21,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
  */
 
-#ifndef _FTABCODEGEN_H
-#define _FTABCODEGEN_H
+#ifndef _CDFTABLE_H
+#define _CDFTABLE_H
 
 #include <iostream>
 #include "cdtable.h"
@@ -74,4 +74,4 @@ struct DFTabCodeGen
                FsmCodeGen(out), FTabCodeGen(out), DCodeGen(out) {}
 };
 
-#endif /* _FTABCODEGEN_H */
+#endif