Changeset 9bc6bcb in git


Ignore:
Timestamp:
Feb 4, 2014, 12:58:33 AM (10 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
369a7c34c03c872f28106a3146c019502dc08a18
Parents:
f07fec98fbe897d626b7ff62c267e92d45173fad
Message:
Fix warnings about nested block comments
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.cc

    rf07fec r9bc6bcb  
    33763376    if(brace3>0) { yylp_errno=YYLP_MISS_BR3; }
    33773377    if(quote>0) { yylp_errno=YYLP_MISSQUOT; }
    3378     /* printf("{=%d, (=%d, [=%d\n", brace1, brace2, brace3);/**/
     3378    //printf("{=%d, (=%d, [=%d\n", brace1, brace2, brace3);
    33793379    if(feof(yyin)) return 1; else return 0;
    33803380  }
  • Singular/libparse.ll

    rf07fec r9bc6bcb  
    834834    if(brace3>0) { yylp_errno=YYLP_MISS_BR3; }
    835835    if(quote>0) { yylp_errno=YYLP_MISSQUOT; }
    836     /* printf("{=%d, (=%d, [=%d\n", brace1, brace2, brace3);/**/
     836    //printf("{=%d, (=%d, [=%d\n", brace1, brace2, brace3);
    837837    if(feof(yyin)) return 1; else return 0;
    838838  }
  • kernel/kstd1.cc

    rf07fec r9bc6bcb  
    14571457  #endif
    14581458
    1459    /*reads the ecartWeights used for Graebes method from the
    14601459  /*reads the ecartWeights used for Graebes method from the
    14611460   *intvec ecart and set ecartWeights
  • libpolys/polys/monomials/p_polys.cc

    rf07fec r9bc6bcb  
    21932193          pIter(p);
    21942194        }
    2195         /* hzz contains the gcd of all numerators in f*/
    2196         /*h=n_Invers(hzz,r->cf->extRing->cf);
     2195        // hzz contains the gcd of all numerators in f
     2196        h=n_Invers(hzz,r->cf->extRing->cf);
    21972197        n_Delete(&hzz,r->cf->extRing->cf);
    21982198        n_Normalize(h,r->cf->extRing->cf);
Note: See TracChangeset for help on using the changeset viewer.