/[mailutils]/mailutils/libsieve/runtime.c
ViewVC logotype

Diff of /mailutils/libsieve/runtime.c

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

revision 1.4 by gray, Thu Nov 14 14:48:02 2002 UTC revision 1.5 by gray, Fri Nov 15 14:42:14 2002 UTC
# Line 37  instr_run (sieve_machine_t mach) Line 37  instr_run (sieve_machine_t mach)
37    sieve_handler_t han = SIEVE_ARG (mach, 0, handler);    sieve_handler_t han = SIEVE_ARG (mach, 0, handler);
38    list_t arg_list = SIEVE_ARG (mach, 1, list);    list_t arg_list = SIEVE_ARG (mach, 1, list);
39    list_t tag_list = SIEVE_ARG (mach, 2, list);    list_t tag_list = SIEVE_ARG (mach, 2, list);
40    int rc;    int rc = 0;
41        
42    if (INSTR_DEBUG (mach))    if (INSTR_DEBUG (mach))
43      {      {
# Line 48  instr_run (sieve_machine_t mach) Line 48  instr_run (sieve_machine_t mach)
48        sieve_debug (mach, "\n");        sieve_debug (mach, "\n");
49      }      }
50    
51    rc = han (mach, arg_list, tag_list);    if (!INSTR_DISASS(mach))
52        rc = han (mach, arg_list, tag_list);
53    SIEVE_ADJUST(mach, 4);    SIEVE_ADJUST(mach, 4);
54    return rc;    return rc;
55  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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