Changeset fd68165 in git for factory/config.h.in.cmake


Ignore:
Timestamp:
Nov 7, 2013, 6:42:08 PM (9 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bebd13f12467d52870735cd4cfae940241fef019
Parents:
4a4593a9cc860e3c2819808ef08faab1b9a48009
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:42:08+01:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:46:02+01:00
Message:
Fixed name conflict INT64 and wrong type
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/config.h.in.cmake

    r4a4593a rfd68165  
    8585
    8686/* define type of your compilers 64 bit integer type */
    87 #define INT64 long long int
     87#define FACTORY_INT64 long long int
    8888
    8989#cmakedefine HAVE_NTL 1
Note: See TracChangeset for help on using the changeset viewer.