Fixes to improve portability (especially to OS X, Solaris, OpenBSD).
[ircu2.10.12-pk.git] / ircd / ircd_parser.y
index 86ac91abacee9da6a46ff725aa6812d379debf4f..b3ce75b027f7d35715938496c3b3688b4531eb02 100644 (file)
@@ -135,9 +135,7 @@ static void parse_error(char *pattern,...) {
 %token YES
 %token NO
 %token OPER
-%token PORT
 %token VHOST
-%token MASK
 %token HIDDEN
 %token MOTD
 %token JUPE
@@ -1017,7 +1015,7 @@ iauthblock: IAUTH '{'
   MyFree(pass);
   MyFree(host);
   pass = host = NULL;
-}
+};
 
 iauthitems: iauthitem iauthitems | iauthitem;
 iauthitem: iauthpass | iauthhost | iauthport | iauthconnfreq | iauthtimeout | error;