diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-01 19:51:53 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-01 19:51:53 +0000 |
commit | 294a57275af3dafa948119e60a8db979be25e1f7 (patch) | |
tree | 95681dcf856680b7ebbf56465591baabd6ce75d6 /parse.y | |
parent | ee68c36198e0e1f0142b18e130c55b73747027e1 (diff) |
move %token USER to its own line
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -124,7 +124,8 @@ typedef struct { %token PARAM PORT PREFORK PROTOCOLS PROXY %token RELAY_TO REQUIRE RETURN ROOT %token SERVER SPAWN STRIP -%token TCP TOEXT TYPE USER +%token TCP TOEXT TYPE +%token USER %token VERIFYNAME %token ERROR |