Skip to content

Commit

Permalink
Twig_pm.slow commit for the set_gi mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mirod committed Oct 12, 2009
1 parent 032e1b1 commit 78057c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Twig_pm.slow
Expand Up @@ -145,9 +145,9 @@ import XML::Twig::Entity_list;

# gi => index
# do NOT use => or the constants become quoted!
%XML::Twig::gi2index=( PCDATA, 0, CDATA, 1, PI, 2, COMMENT, 3, ENT, 4);
%XML::Twig::gi2index=( '', 0, PCDATA, 1, CDATA, 2, PI, 3, COMMENT, 4, ENT, 5);
# list of gi's
@XML::Twig::index2gi=( PCDATA, CDATA, PI, COMMENT, ENT);
@XML::Twig::index2gi=( '', PCDATA, CDATA, PI, COMMENT, ENT);

# gi's under this value are special
$XML::Twig::SPECIAL_GI= @XML::Twig::index2gi;
Expand Down

0 comments on commit 78057c4

Please sign in to comment.