source: git/ppcc/Singular/include.patch @ 54b24c

spielwiese
Last change on this file since 54b24c was 54b24c, checked in by Reimer Behrends <behrends@…>, 5 years ago
Finalizing thread support.
  • Property mode set to 100644
File size: 3.8 KB
  • Singular/libparse.cc

    diff --git a/Singular/libparse.cc b/Singular/libparse.cc
    index a62c50fdb..1e6f92611 100644
    a b  
    2828
    2929#include <stdio.h>
    3030
     31#include "globaldefs.h"
     32
    3133
    3234/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
    3335#ifdef c_plusplus
  • Singular/scanner.cc

    diff --git a/Singular/scanner.cc b/Singular/scanner.cc
    index 1d779e1da..9e6748a63 100644
    a b  
    1010
    1111#include <stdio.h>
    1212
     13#include "globaldefs.h"
    1314
    1415/* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
    1516#ifdef c_plusplus
  • Singular/svd_si.h

    diff --git a/Singular/svd_si.h b/Singular/svd_si.h
    index 0d5c9dfc2..69f6f0f77 100644
    a b See www.alglib.net or alglib.sources.ru for details. 
    1313
    1414#include <stdlib.h>
    1515#include <math.h>
     16#include "globaldefs.h"
    1617#include "resources/feFopen.h"
    1718#include "kernel/mod2.h"
    1819
  • factory/cf_defs.h

    diff --git a/factory/cf_defs.h b/factory/cf_defs.h
    index ba1645515..7ba0ffbd9 100644
    a b  
    99#ifndef INCL_CF_DEFS_H
    1010#define INCL_CF_DEFS_H
    1111
     12#include "../Singular/globaldefs.h"
    1213// #include "config.h"
    1314
    1415/*BEGINPUBLIC*/
  • factory/cf_globals.h

    diff --git a/factory/cf_globals.h b/factory/cf_globals.h
    index 8fd986e59..75d45c85b 100644
    a b  
    33#ifndef INCL_CF_GLOBALS_H
    44#define INCL_CF_GLOBALS_H
    55
     6#include "../Singular/globaldefs.h"
     7
    68//{{{ docu
    79//
    810// cf_globals.h - header to cf_globals.cc.
  • factory/cf_switches.cc

    diff --git a/factory/cf_switches.cc b/factory/cf_switches.cc
    index e4ed64842..7d4d39df0 100644
    a b  
    1414#include "config.h"
    1515
    1616
    17 #include "cf_switches.h"
    1817#include "cf_defs.h"
     18#include "cf_switches.h"
    1919
    2020/** CFSwitches::CFSwitches ()
    2121 *
  • factory/cf_util.cc

    diff --git a/factory/cf_util.cc b/factory/cf_util.cc
    index acd04c253..2aa5fb6c9 100644
    a b  
    1212**/
    1313
    1414
     15#include "../Singular/globaldefs.h"
    1516#include "config.h"
    1617
    1718
  • factory/debug.cc

    diff --git a/factory/debug.cc b/factory/debug.cc
    index 886ee6756..7509b83dc 100644
    a b  
    11/* emacs edit mode for this file is -*- C++ -*- */
     2#include "../Singular/globaldefs.h"
    23
    34STATIC_VAR int deb_level = -1;
    45VAR char * deb_level_msg = (char *)"";
  • gfanlib/gfanlib_circuittableint.h

    diff --git a/gfanlib/gfanlib_circuittableint.h b/gfanlib/gfanlib_circuittableint.h
    index 730fd7190..3bf5cab7f 100644
    a b  
    88#ifndef GFANLIB_CIRCUITTABLEINT_H_
    99#define GFANLIB_CIRCUITTABLEINT_H_
    1010
     11#include "../Singular/globaldefs.h"
     12
    1113#include <cstdint>
    1214#include <exception>
    1315#include <sstream>
  • libpolys/misc/auxiliary.h

    diff --git a/libpolys/misc/auxiliary.h b/libpolys/misc/auxiliary.h
    index 9bd51777b..d1ee2fc0f 100644
    a b  
    1919/* please include libpolysconfig.h exclusively via <misc/auxiliary.h> and before any other header */
    2020#include "libpolysconfig.h"
    2121
     22#include "../Singular/globaldefs.h"
     23
    2224/* the following cunstruct is to make it painless to add -DHAVE_NUMSTATS to CPPFLAGS for configure */
    2325#ifndef HAVE_NUMSTATS
    2426/* #define HAVE_NUMSTATS */
  • libpolys/misc/sirandom.c

    diff --git a/libpolys/misc/sirandom.c b/libpolys/misc/sirandom.c
    index a17ca7148..e067077f1 100644
    a b  
     1#include "misc/auxiliary.h"
    12#include "sirandom.h"
    23
    34/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
  • resources/feResource.h

    diff --git a/resources/feResource.h b/resources/feResource.h
    index a525d8d05..18096de51 100644
    a b  
    1111#endif
    1212
    1313#ifdef __cplusplus
     14#include "../Singular/globaldefs.h"
    1415/*****************************************************************
    1516 *
    1617 * Resource management (feResources.cc)
Note: See TracBrowser for help on using the repository browser.