From d95a05dade80919bf319fd106c6bfecf1bfb2bd2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 9 Feb 2013 19:05:00 +0100 Subject: [PATCH] acl-parser.y: don't use C++ style comments in C code --- acl-parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl-parser.y b/acl-parser.y index 565b8d2..468ed7d 100644 --- a/acl-parser.y +++ b/acl-parser.y @@ -39,7 +39,7 @@ int operation, g_rc; char * g_parameter = NULL; struct Mail * g_MailStruct; -// Forward declarations for the scanner generated from acl-scanner.l. +/* Forward declarations for the scanner generated from acl-scanner.l. */ extern char *acl_text; extern FILE *acl_in;