Extract messages from the bison sources, not their output.
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -35,8 +35,7 @@ libsieve/comparator.c | ... | @@ -35,8 +35,7 @@ libsieve/comparator.c |
35 | libsieve/prog.c | 35 | libsieve/prog.c |
36 | libsieve/require.c | 36 | libsieve/require.c |
37 | libsieve/runtime.c | 37 | libsieve/runtime.c |
38 | libsieve/sieve-gram.c | 38 | libsieve/sieve.y |
39 | libsieve/sieve-lex.c | ||
40 | libsieve/tests.c | 39 | libsieve/tests.c |
41 | libsieve/util.c | 40 | libsieve/util.c |
42 | 41 | ||
... | @@ -86,7 +85,7 @@ mh/folder.c | ... | @@ -86,7 +85,7 @@ mh/folder.c |
86 | mh/inc.c | 85 | mh/inc.c |
87 | mh/mh_argp.c | 86 | mh/mh_argp.c |
88 | mh/mh_ctx.c | 87 | mh/mh_ctx.c |
89 | mh/mh_fmtgram.c | 88 | mh/mh_fmtgram.y |
90 | mh/mh_getopt.c | 89 | mh/mh_getopt.c |
91 | mh/mh_init.c | 90 | mh/mh_init.c |
92 | mh/mh_msgset.c | 91 | mh/mh_msgset.c | ... | ... |
-
Please register or sign in to post a comment