Changeset bebd13f in git for factory/ChangeLog


Ignore:
Timestamp:
Nov 8, 2013, 10:18:53 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
35c26414eab02dda7305d2a199bc7a351daf705d
Parents:
13f7b2794703c329b4c6179ef9db9eb16b305824fd6816507d9d8040e8379a880a5d36da704d9da1
Message:
Merge pull request #417 from jankoboehm/spielwiese

Fixed name conflict INT64 and wrong type (windows port)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    r13f7b2 rbebd13f  
    191191Mon May 11 11:36:22 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    192192
    193         * config.h.in (INT64): unused declarations for MetroWerks removed
     193        * config.h.in (FACTORY_INT64): unused declarations for MetroWerks removed
    194194
    195195        * imm.cc (imm_mul): wrapped by `#ifdef __MWERKS__'
     
    229229          be float, hence constant `2' replaced by `2.0'
    230230
    231         * config.h.in (INT64): new typedef for Metroworks compiler
     231        * config.h.in (FACTORY_INT64): new typedef for Metroworks compiler
    232232
    233233Mon Apr  6 14:06:49 MET DST 1998  Jens Schmidt
     
    571571          (distfiles): `bin/makeheader.pl' added to distribution
    572572
    573         * config.h.in (INT64): new define
     573        * config.h.in (FACTORY_INT64): new define
    574574
    575575        * bin/makeheader.pl: new file
     
    599599          version of factory.h for Windows NT
    600600
    601         * config.h.in: new typedef INT64 for 64 bit integer type of various
     601        * config.h.in: new typedef FACTORY_INT64 for 64 bit integer type of various
    602602          platforms (currently 'long long int' for gcc and '__int64' for
    603603          MS VC++)
     
    606606          to have prototypes for alloca and memcpy
    607607
    608         * ffops.h: now uses INT64 instead of long long int
    609 
    610         * ffops.cc: now uses INT64 instead of long long int
    611 
    612         * imm.h: now uses INT64 instead of long long int
     608        * ffops.h: now uses FACTORY_INT64 instead of long long int
     609
     610        * ffops.cc: now uses FACTORY_INT64 instead of long long int
     611
     612        * imm.h: now uses FACTORY_INT64 instead of long long int
    613613
    614614        * int_poly.cc: includes strstrea.h instead of strstream.h in the
Note: See TracChangeset for help on using the changeset viewer.