Changeset 82db91a in git for factory/cf_cyclo.cc


Ignore:
Timestamp:
Oct 13, 2011, 9:27:11 PM (11 years ago)
Author:
Niels Ranosch <ranosch@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c770dca4360b7797649175eadf26f907f8c1a70c
Parents:
a4b94909b4b3ff8277ebb757e522561d66ee7d17
git-author:
Niels Ranosch <ranosch@mfo.de>2011-10-13 21:27:11+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:04+01:00
Message:
FIX: function-macros should act as functions even if "empty", esp. in if-then block.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_cyclo.cc

    ra4b949 r82db91a  
    8585  if (j >= 31397)
    8686    fail= true;
    87   ASSERT (j < 31397, "integer factorizer ran out of primes") //sic
     87  ASSERT (j < 31397, "integer factorizer ran out of primes"); //sic
    8888  return result;
    8989}
Note: See TracChangeset for help on using the changeset viewer.