diff options
Diffstat (limited to 'rcfile_y.y')
-rw-r--r-- | rcfile_y.y | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -133,7 +133,11 @@ serv_option : AKA alias_list * to keep working. */ userspecs : user1opts {record_current(); user_reset();} - | user1opts explicits {record_current(); user_reset();} + | user1opts explicits + { + record_current(); user_reset(); + fprintf(stderr, "Warning: user entry with no `user' keyword\n"); + } | explicits ; |