~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Modules/expat/xmlparse.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3682
3682
        return XML_ERROR_UNCLOSED_TOKEN;
3683
3683
      case XML_TOK_PARTIAL_CHAR:
3684
3684
        return XML_ERROR_PARTIAL_CHAR;
 
3685
      case -XML_TOK_PROLOG_S:
 
3686
        tok = -tok;
 
3687
        break;
3685
3688
      case XML_TOK_NONE:
3686
3689
#ifdef XML_DTD
3687
3690
        /* for internal PE NOT referenced between declarations */