acl-parser.y: don't use C++ style comments in C code
This commit is contained in:
parent
d8e4baaf08
commit
d95a05dade
@ -39,7 +39,7 @@ int operation, g_rc;
|
|||||||
char * g_parameter = NULL;
|
char * g_parameter = NULL;
|
||||||
struct Mail * g_MailStruct;
|
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 char *acl_text;
|
||||||
extern FILE *acl_in;
|
extern FILE *acl_in;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user