iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

#ifdef ION_ARDUINO clauses in B+ tree #3

Closed iondbproject closed 8 years ago

iondbproject commented 8 years ago

this and other places have hacky clauses put in to handle compilation on device. Code should be refactored in such a way that the clauses are no longer needed.

This ties into the other issue "Delete ion_file". When ion_file is removed, this issue will be resolved as well. #14

Stickerpants commented 8 years ago

Note that the macro has been renamed to ARDUINO and ION_ARDUINO no longer exists. (This change is pending push from @wpenson)

Stickerpants commented 8 years ago

Issue moved to internal task tracker.