Changeset 9ecadc3 in git
- Timestamp:
- Nov 9, 2010, 11:44:04 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ba3e3ef698fa0b7c5867199959cc83330073d3cb')
- Children:
- c6303a2b3f5bacd5773ec7cc726ac4487379de70
- Parents:
- 285e54d3a7f321a3477c2fbfc1967c0ebc228ace
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_util.h
r285e54 r9ecadc3 16 16 int ilog2 (int a); 17 17 18 /*BEGINPUBLIC*/ 18 19 extern void (*factoryError_callback)(const char *s); 20 /*ENDPUBLIC*/ 19 21 20 22 void factoryError(const char *s); -
factory/factory.template
r285e54 r9ecadc3 95 95 #include "fac_sqrfree.h" 96 96 97 #ifdef SINGULAR98 99 97 /*MAKEHEADER PUBLIC ONLY*/ 100 98 #include "gfops.h" … … 106 104 #include "singext.h" 107 105 108 #endif /* SINGULAR */ 106 /*MAKEHEADER PUBLIC ONLY*/ 107 #include "cf_util.h" 109 108 110 109 #ifdef HAVE_BIFAC
Note: See TracChangeset
for help on using the changeset viewer.