aboutsummaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-01 19:51:53 +0000
committerOmar Polo <op@omarpolo.com>2022-01-01 19:51:53 +0000
commit294a57275af3dafa948119e60a8db979be25e1f7 (patch)
tree95681dcf856680b7ebbf56465591baabd6ce75d6 /parse.y
parentee68c36198e0e1f0142b18e130c55b73747027e1 (diff)
move %token USER to its own line
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 14af60d..82debbf 100644
--- a/parse.y
+++ b/parse.y
@@ -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