Parent Directory
|
Revision Log
|
Patch
revision 151 by ph10, Tue Apr 17 15:07:29 2007 UTC | revision 152 by ph10, Tue Apr 17 15:55:53 2007 UTC | |
---|---|---|
# | Line 500 for (;;) | Line 500 for (;;) |
500 | const uschar *code; | const uschar *code; |
501 | int state_offset = current_state->offset; | int state_offset = current_state->offset; |
502 | int count, codevalue; | int count, codevalue; |
503 | #ifdef SUPPORT_UCP | #ifdef SUPPORT_UCP |
504 | int chartype, script; | int chartype, script; |
505 | #endif | #endif |
506 | ||
507 | #ifdef DEBUG | #ifdef DEBUG |
508 | printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset); | printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset); |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |