Changeset 9d53d0 in git for kernel/structs.h


Ignore:
Timestamp:
Jul 19, 2011, 10:09:01 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
cab375d56d605292e44b155cb07f350026731a7c
Parents:
7d0225e5a511b7f22d8c67004515cac681735586
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-19 10:09:01+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:56+01:00
Message:
fix includes for C-files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r7d0225 r9d53d0  
    1111/* for omBin */
    1212#include <omalloc/omalloc.h>
     13#include <misc/auxiliary.h>
    1314#ifdef HAVE_RINGS
    1415#include <kernel/si_gmp.h>
    1516#endif
    1617
     18extern int dummy;
    1719
    1820/* standard types */
     
    2123typedef mpz_ptr int_number;
    2224#endif
    23 #if (SIZEOF_LONG == 8)
    24 typedef int BOOLEAN;
    25 /* testet on x86_64, gcc 3.4.6: 2 % */
    26 /* testet on IA64, gcc 3.4.6: 1 % */
    27 #else
    28 /* testet on athlon, gcc 2.95.4: 1 % */
    29 typedef short BOOLEAN;
    30 #endif
    3125
    32 typedef void * ADDRESS;
    3326#define BITSET  unsigned int
    3427
Note: See TracChangeset for help on using the changeset viewer.