Changeset b99f73 in git
- Timestamp:
- Jan 25, 2019, 12:02:28 PM (4 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3f6c355fe69121bc0303267efb5e4de0545ad676fceb4ea7b7aadeaaa573c66a74f3f94116bbf7b2
- Parents:
- 73de872cd137890d4e984de46ef5aa4d2f70985a
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.cc
r73de87 rb99f73 29 29 #include <stdio.h> 30 30 31 #include " ../factory/globaldefs.h"31 #include "factory/globaldefs.h" 32 32 33 33 -
Singular/scanner.cc
r73de87 rb99f73 11 11 #include <stdio.h> 12 12 13 #include " ../factory/globaldefs.h"13 #include "factory/globaldefs.h" 14 14 15 15 /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */ -
Singular/svd_si.h
r73de87 rb99f73 14 14 #include <stdlib.h> 15 15 #include <math.h> 16 #include " ../factory/globaldefs.h"16 #include "factory/globaldefs.h" 17 17 #include "resources/feFopen.h" 18 18 #include "kernel/mod2.h" -
factory/cf_defs.h
r73de87 rb99f73 10 10 #define INCL_CF_DEFS_H 11 11 12 #include " ../factory/globaldefs.h"12 #include "factory/globaldefs.h" 13 13 // #include "config.h" 14 14 -
factory/cf_globals.h
r73de87 rb99f73 4 4 #define INCL_CF_GLOBALS_H 5 5 6 #include " ../factory/globaldefs.h"6 #include "factory/globaldefs.h" 7 7 8 8 //{{{ docu -
factory/cf_util.cc
r73de87 rb99f73 13 13 14 14 15 #include " ../factory/globaldefs.h"15 #include "factory/globaldefs.h" 16 16 #include "config.h" 17 17 -
factory/debug.cc
r73de87 rb99f73 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 #include " ../factory/globaldefs.h"2 #include "factory/globaldefs.h" 3 3 4 4 STATIC_VAR int deb_level = -1;
Note: See TracChangeset
for help on using the changeset viewer.