Changeset 5835ba4 in git


Ignore:
Timestamp:
Aug 1, 2011, 6:33:58 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
b5ebe54cea878c7c82ebc41aac7fa1cc99af1bbf
Parents:
0fb34bac98f307ec4d8f9571d2ee684b08f93f2c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-08-01 18:33:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:19+01:00
Message:
fix misc/auxiliary.h.in, Singular/makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/auxiliary.h.in

    r0fb34ba r5835ba4  
    7676#endif
    7777
     78
     79
    7880#define SIZEOF_LONG (LONG_BIT/CHAR_BIT)
    7981// another option for SIZEOF_LONG: use omConfig included in <omalloc/omalloc.h>...
     
    8183#endif
    8284
     85#include <sys/types.h>
     86#if SIZEOF_LONG == 4
     87typedef long long int64;
     88#elif SIZEOF_LONG == 8
     89typedef long int64;
     90#else
     91#error "Unexpected SIZEOF_LONG"
     92#endif
    8393
    8494
Note: See TracChangeset for help on using the changeset viewer.