]> git.pld-linux.org Git - packages/aide.git/blob - aide-lex.patch
- updated gettext BR
[packages/aide.git] / aide-lex.patch
1 --- aide-0.15.1/src/conf_lex.l~ 2010-08-08 19:39:31.000000000 +0200
2 +++ aide-0.15.1/src/conf_lex.l  2013-02-17 00:28:27.265336729 +0100
3 @@ -12,7 +12,7 @@
4  
5  %{
6  
7 -#define YYDEBUG
8 +#define YYDEBUG 1
9  
10  /*
11   * Copyright (C) 1999-2002,2004-2006,2010 Rami Lehti, Pablo Virolainen, Richard
12 --- aide-0.15.1/src/db_lex.l~   2010-08-08 19:39:31.000000000 +0200
13 +++ aide-0.15.1/src/db_lex.l    2013-02-17 00:32:07.953812738 +0100
14 @@ -45,7 +45,7 @@
15  #define YY_DECL int db_scan(void)
16  
17  
18 -#define YYDEBUG
19 +#define YYDEBUG 1
20  
21  #include "aide.h"
22  #include "conf_yacc.h"
This page took 0.054204 seconds and 3 git commands to generate.