/[anubis]/anubis/src/rcfile.y
ViewVC logotype

Diff of /anubis/src/rcfile.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by gray, Sun Jun 29 13:58:29 2003 UTC revision 1.18 by gray, Sun Jun 29 15:01:59 2003 UTC
# Line 627  rc_node_print(RC_NODE *node) Line 627  rc_node_print(RC_NODE *node)
627                  printf("%s", part_string(node->v.expr.part));                  printf("%s", part_string(node->v.expr.part));
628                  if (node->v.expr.key && node->v.expr.key[0] != '\n')                  if (node->v.expr.key && node->v.expr.key[0] != '\n')
629                          printf("[%s]",node->v.expr.key);                          printf("[%s]",node->v.expr.key);
630                  printf(" %s", anubis_regex_source(node->v.expr.re));                  printf(" ");
631                    anubis_regex_print(node->v.expr.re);
632                  break;                  break;
633                                    
634          case rc_node_bool:          case rc_node_bool:
# Line 723  rc_inst_print(RC_INST *inst, int level) Line 724  rc_inst_print(RC_INST *inst, int level)
724                  break;                  break;
725                                    
726          default:          default:
727                  printf(" %s[%s]", part_string(inst->part),                  printf(" %s ", part_string(inst->part));
728                         inst->key ? anubis_regex_source(inst->key) : "");                  if (inst->key)
729                            anubis_regex_print(inst->key);
730                  if (inst->key2)                  if (inst->key2)
731                          printf(" [%s]", inst->key2);                          printf(" [%s]", inst->key2);
732                  if (inst->arg)                  if (inst->arg)

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26