aboutsummaryrefslogtreecommitdiff
path: root/src/input.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.l')
-rw-r--r--src/input.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.l b/src/input.l
index 542c897..4cb7112 100644
--- a/src/input.l
+++ b/src/input.l
@@ -14,7 +14,7 @@ WS [ \t]+
#.*\n input_line++;
^[nN][oO][dD][eE] return NODE;
^[pP][oO][sS] return POS;
-^[eE][nN][dD] return END;
+^[eE][nN][dD]{MWS} return END;
^[mM][eE][aA][nN][iI][nN][gG] return MEANING;
^[aA][lL][iI][aA][sS] return ALIAS;
^[aA][nN][tT] return ANT;

Return to:

Send suggestions and report system problems to the System administrator.