mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Reverting previous commit.
This commit is contained in:
@@ -34,13 +34,6 @@
|
||||
#include "parser.h"
|
||||
#include "parser_yacc.h"
|
||||
|
||||
foo() {
|
||||
char *unsupported_perm = _("%s permission: not supported on current system.\n");
|
||||
char *unsupported_rule = _("%s rule: not supported on current system.\n");
|
||||
|
||||
printf("%s%s\n", unsupported_perm, unsupported_rule);
|
||||
}
|
||||
|
||||
/* #define DEBUG */
|
||||
#ifdef DEBUG
|
||||
#define PDEBUG(fmt, args...) printf("Lexer: " fmt, ## args)
|
||||
|
Reference in New Issue
Block a user