terrylao / PascalContainer

advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_element,M-tree,PDQSort
https://tuxedocatdarkchess.blogspot.com
38 stars 20 forks source link

fix: Always use cthreads on Linux #4

Closed gcarreno closed 3 years ago

gcarreno commented 3 years ago

Hey Terry (@terrylao),

This makes it possible to compile project1 under Linux without having to always set a flag to use cthreads.

Cheers, Gus