diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-07 11:27:15 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-07 11:27:15 +0000 |
commit | eef0492e356e53f264843f49ee5050bc56dee97d (patch) | |
tree | 473c236a58e9c9144c59c4e80c9f5c942f40a26f /parse.y | |
parent | 60dbafbf2f32470470d93620521685dd590648bf (diff) |
add missing declaration of TENTRYPOINT
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ int check_strip_no(int); %token TIPV6 TPORT TPROTOCOLS TMIME TDEFAULT TTYPE %token TCHROOT TUSER TSERVER %token TLOCATION TCERT TKEY TROOT TCGI TLANG TINDEX TAUTO -%token TSTRIP TBLOCK TRETURN +%token TSTRIP TBLOCK TRETURN TENTRYPOINT %token TERR %token <str> TSTRING |