X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmetadata%2Fextractor%2Fmeta_lex_ind.l;h=9f474bf85c4a68fad7f21c881901a42b2ba17f9f;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=3d3ad97ce1690bddbc6fa6dcded0c1c34777a7a9;hpb=871118b96281306d82ac156491179f3c220aad79;p=helm.git diff --git a/helm/metadata/extractor/meta_lex_ind.l b/helm/metadata/extractor/meta_lex_ind.l index 3d3ad97ce..9f474bf85 100644 --- a/helm/metadata/extractor/meta_lex_ind.l +++ b/helm/metadata/extractor/meta_lex_ind.l @@ -156,7 +156,8 @@ id [a-zA-Z]([-_'a-zA-Z0-9])* position = MAINHYP; else if (position == MAINHYP) { position = INHYP; - no_open_source++;}; + no_open_source = 1;} + else if (position == INHYP) no_open_source++; } "" |