acl-parser.y: don't use C++ style comments in C code

This commit is contained in:
Peter Simons 2013-02-09 19:05:00 +01:00
parent d8e4baaf08
commit d95a05dade

View File

@ -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;