projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0afa5
)
oops debug code.
author
Pierre Habouzit
<madcoder@debian.org>
Thu, 14 Dec 2006 00:07:09 +0000
(
01:07
+0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Thu, 14 Dec 2006 00:07:09 +0000
(
01:07
+0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
rcparser.y
patch
|
blob
|
history
diff --git
a/rcparser.y
b/rcparser.y
index
c2f1567
..
ca0bd6d
100644
(file)
--- a/
rcparser.y
+++ b/
rcparser.y
@@
-196,12
+196,7
@@
rclines ::= .
rclines ::= rclines rcline .
rcline ::= ALTERNATIVE_ORDER simple_list(L) to_eol . {
- string_list_t *l;
string_list_append(&AlternativeOrderList, string_list_rev(L));
- printf("toto\n");
- for (l = AlternativeOrderList; l; l = l->next) {
- printf("%s\n", l->data);
- }
}
rcline ::= AUTO_VIEW simple_list(L) to_eol . {
string_list_append(&AutoViewList, string_list_rev(L));