Changeset 756676e in git
- Timestamp:
- Jan 24, 2019, 1:22:07 PM (4 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 172d852fa2a7294233dc11a0221ff0d225e370b0
- Parents:
- a3f0feac28fd347ce5b5d091108f9128d7b13554
- git-author:
- Reimer Behrends <behrends@gmail.com>2019-01-24 13:22:07+01:00
- git-committer:
- Reimer Behrends <behrends@gmail.com>2019-01-24 14:25:27+01:00
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.cc
ra3f0fea r756676e 28 28 29 29 #include <stdio.h> 30 31 #include "../factory/globaldefs.h" 30 32 31 33 -
Singular/scanner.cc
ra3f0fea r756676e 11 11 #include <stdio.h> 12 12 13 #include "../factory/globaldefs.h" 13 14 14 15 /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ -
Singular/svd_si.h
ra3f0fea r756676e 14 14 #include <stdlib.h> 15 15 #include <math.h> 16 #include "../factory/globaldefs.h" 16 17 #include "resources/feFopen.h" 17 18 #include "kernel/mod2.h" -
factory/cf_defs.h
ra3f0fea r756676e 10 10 #define INCL_CF_DEFS_H 11 11 12 #include "../factory/globaldefs.h" 12 13 // #include "config.h" 13 14 -
factory/cf_globals.h
ra3f0fea r756676e 3 3 #ifndef INCL_CF_GLOBALS_H 4 4 #define INCL_CF_GLOBALS_H 5 6 #include "../factory/globaldefs.h" 5 7 6 8 //{{{ docu -
factory/cf_switches.cc
ra3f0fea r756676e 15 15 16 16 17 #include "cf_defs.h" 17 18 #include "cf_switches.h" 18 #include "cf_defs.h"19 19 20 20 /** CFSwitches::CFSwitches () -
factory/cf_util.cc
ra3f0fea r756676e 13 13 14 14 15 #include "../factory/globaldefs.h" 15 16 #include "config.h" 16 17 -
factory/debug.cc
ra3f0fea r756676e 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 #include "../factory/globaldefs.h" 2 3 3 4 STATIC_VAR int deb_level = -1; -
gfanlib/gfanlib_circuittableint.h
ra3f0fea r756676e 8 8 #ifndef GFANLIB_CIRCUITTABLEINT_H_ 9 9 #define GFANLIB_CIRCUITTABLEINT_H_ 10 11 #include "../factory/globaldefs.h" 10 12 11 13 #include <cstdint> -
libpolys/misc/auxiliary.h
ra3f0fea r756676e 19 19 /* please include libpolysconfig.h exclusively via <misc/auxiliary.h> and before any other header */ 20 20 #include "libpolysconfig.h" 21 22 #include "../factory/globaldefs.h" 21 23 22 24 /* the following cunstruct is to make it painless to add -DHAVE_NUMSTATS to CPPFLAGS for configure */ -
libpolys/misc/sirandom.c
ra3f0fea r756676e 1 #include "misc/auxiliary.h" 1 2 #include "sirandom.h" 2 3 -
resources/feResource.h
ra3f0fea r756676e 12 12 13 13 #ifdef __cplusplus 14 #include "../factory/globaldefs.h" 14 15 /***************************************************************** 15 16 *
Note: See TracChangeset
for help on using the changeset viewer.