2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

Reverting previous commit.

This commit is contained in:
John Johansen
2008-11-07 01:31:19 +00:00
parent 1b0dd32cca
commit 6b6c57887c
6 changed files with 70 additions and 484 deletions

View File

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