Changeset 5348866 in git
- Timestamp:
- Sep 9, 2011, 7:36:52 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 715936e3887b6c8b379d0482bf5e4ad885b132ee
- Parents:
- 1133b7f42d98b39d830ff6b05097b14f5bd23011
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-09 19:36:52+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:40+01:00
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/grammar.cc
r1133b7 r5348866 472 472 Werror("leaving %s",VoiceName()); 473 473 } 474 474 #ifdef HAVE_FACTORY 475 475 // libfac: 476 #ifdef HAVE_LIBFAC 476 477 extern int libfac_interruptflag; 477 478 libfac_interruptflag=0; 478 #endif 479 #endif // #ifdef HAVE_LIBFAC 480 #endif 479 481 } 480 482 -
Singular/grammar.y
r1133b7 r5348866 168 168 Werror("leaving %s",VoiceName()); 169 169 } 170 170 #ifdef HAVE_FACTORY 171 171 // libfac: 172 #ifdef HAVE_LIBFAC 172 173 extern int libfac_interruptflag; 173 174 libfac_interruptflag=0; 174 #endif 175 #endif // #ifdef HAVE_LIBFAC 176 #endif 175 177 } 176 178 -
Singular/misc_ip.cc
r1133b7 r5348866 20 20 #define SI_DONT_HAVE_GLOBAL_VARS 21 21 #include <factory/factory.h> 22 // libfac:23 extern const char * libfac_version;24 extern const char * libfac_date;25 22 #endif 26 23 … … 740 737 StringAppendS("\t"); 741 738 #ifdef HAVE_FACTORY 742 StringAppend("factory(%s),", factoryVersion); 743 StringAppend("libfac(%s,%s),\n\t",libfac_version,libfac_date); 744 #endif 739 StringAppend("factory(%s),", factoryVersion); 740 #ifdef HAVE_LIBFAC 741 // libfac: 742 extern const char * libfac_version; 743 extern const char * libfac_date; 744 StringAppend("libfac(%s,%s),\n\t",libfac_version,libfac_date); 745 #endif // #ifdef HAVE_LIBFAC 746 #endif 747 745 748 #if defined (__GNU_MP_VERSION) && defined (__GNU_MP_VERSION_MINOR) 746 749 StringAppend("GMP(%d.%d),",__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR); -
kernel/misc.cc
r1133b7 r5348866 12 12 # include <factory/factory.h> 13 13 /* libfac version strings */ 14 #ifdef HAVE_LIBFAC 14 15 extern const char * libfac_version; 15 16 extern const char * libfac_date; 17 #endif // #ifdef HAVE_LIBFAC 16 18 #endif 17 19 -
libpolys/polys/clapsing.cc
r1133b7 r5348866 384 384 #ifdef HAVE_FACTORY 385 385 int singclap_factorize_retry; 386 # if 0387 extern int libfac_interruptflag;388 # endif386 # ifdef HAVE_LIBFAC 387 extern int libfac_interruptflag; 388 # endif 389 389 #endif 390 390 -
libpolys/reporter/reporter.cc
r1133b7 r5348866 202 202 errorreported = TRUE; 203 203 #ifdef HAVE_FACTORY 204 #ifdef HAVE_LIBFAC 204 205 // libfac: 205 //extern int libfac_interruptflag; 206 //libfac_interruptflag=1; 206 extern int libfac_interruptflag; 207 libfac_interruptflag=1; 208 #endif 207 209 #endif 208 210 }
Note: See TracChangeset
for help on using the changeset viewer.