Changeset 095dee7 in git for kernel/mod2.h


Ignore:
Timestamp:
Oct 4, 2012, 8:15:05 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
f7a3f2c3bd5758d1e77832d52f4959f79e8c7768
Parents:
92296297754bdb3c65ffad980c8e982ef37cf33b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-04 20:15:05+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-10-04 20:24:34+02:00
Message:
Fix: commented out MAX_INT_LEN macro in kernel/mod2.h due to its definition in auxiliary.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    r922962 r095dee7  
    120120
    121121/* the maximal ascii length of an int number + 1 = 11 for 32 bit int */
    122 #define MAX_INT_LEN 11
     122/* #define MAX_INT_LEN 11 */
     123
    123124
    124125#ifdef DO_PROFILE
Note: See TracChangeset for help on using the changeset viewer.