summaryrefslogtreecommitdiff
path: root/colm/fsmcodegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/fsmcodegen.h')
-rw-r--r--colm/fsmcodegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/fsmcodegen.h b/colm/fsmcodegen.h
index d1f23166..5a24a0d2 100644
--- a/colm/fsmcodegen.h
+++ b/colm/fsmcodegen.h
@@ -99,7 +99,7 @@ protected:
string P() { return ACCESS() + "p"; }
string PE() { return ACCESS() + "pe"; }
- string PEOF() { return ACCESS() + "peof"; }
+ string DATA_EOF() { return ACCESS() + "eof"; }
string CS();
string TOP() { return ACCESS() + "top"; }