Parent Directory
|
Revision Log
|
Patch
| revision 498 by ph10, Wed Mar 3 19:29:38 2010 UTC | revision 510 by ph10, Sat Mar 27 17:45:29 2010 UTC | |
|---|---|---|
| # | Line 533 for(;;) | Line 533 for(;;) |
| 533 | } | } |
| 534 | } | } |
| 535 | break; | break; |
| 536 | ||
| 537 | case OP_MARK: | |
| 538 | case OP_PRUNE_ARG: | |
| 539 | case OP_SKIP_ARG: | |
| 540 | case OP_THEN_ARG: | |
| 541 | fprintf(f, " %s %s", OP_names[*code], code + 2); | |
| 542 | extra += code[1]; | |
| 543 | break; | |
| 544 | ||
| 545 | /* Anything else is just an item with no data*/ | /* Anything else is just an item with no data*/ |
| 546 |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |