Changeset 5af0c3 in git
- Timestamp:
- Feb 28, 2019, 2:54:36 PM (5 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- e4501477ec6be4bbbe53ea701c79f83c8a67bcb9
- Parents:
- 9136799a4f5e8a15b6bcf34618ce71f5ae83e66d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/systhreads/shared.cc
r913679 r5af0c3 3079 3079 3080 3080 3081 extern "C" int mod_init(SModulFunctions *fn)3081 extern "C" int SI_MOD_INIT(systhreads)(SModulFunctions *fn) 3082 3082 { 3083 3083 const char *libname = currPack->libname; -
m4/options.m4
r913679 r5af0c3 334 334 bi_gitfan=false 335 335 bi_interval=false 336 bi_systhreads=false 336 337 337 338 … … 371 372 gitfan ) bi_gitfan=true ;; 372 373 interval ) bi_interval=true ;; 374 systhreads ) bi_systhreads=true;; 373 375 esac 374 376
Note: See TracChangeset
for help on using the changeset viewer.