Using a phrase instead of dots as CASE_END.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 20:43:57 +01:00
parent 53037798a4
commit 298f2b115c

View File

@ -143,7 +143,7 @@ CHAR [a-zA-Z_]
"avvertite don ulrico" { "avvertite don ulrico" {
return ABORT; return ABORT;
} }
"..." { "O scherziamo?" {
return CASE_END; return CASE_END;
} }