Ignore:
Timestamp:
Nov 21, 2005 5:06:21 PM (18 years ago)
Author:
bennylp
Message:

Scanner optimization and added cis_uint backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/xml.c

    r65 r73  
    172172        node =  xml_parse_node(pool, &scanner); 
    173173    } 
    174     PJ_DEFAULT { 
     174    PJ_CATCH_ANY { 
    175175        PJ_LOG(4,(THIS_FILE, "Syntax error parsing XML in line %d column %d", 
    176176                  scanner.line, scanner.col)); 
Note: See TracChangeset for help on using the changeset viewer.