Okay, no more ints that need to be changed. Started splitting out the common allocation and array code into a separate sharedbits/ folder.
This commit is contained in:
parent
c090dacc4a
commit
dc8620f9a8
|
@ -0,0 +1,5 @@
|
||||||
|
// 30 may 2019
|
||||||
|
|
||||||
|
#ifndef sharedbitsPrefix
|
||||||
|
#error you must define sharedbitsPrefix before including this
|
||||||
|
#endif
|
|
@ -0,0 +1,6 @@
|
||||||
|
// 30 may 2019
|
||||||
|
// requires: alloc_header.h
|
||||||
|
|
||||||
|
#ifndef sharedbitsPrefix
|
||||||
|
#error you must define sharedbitsPrefix before including this
|
||||||
|
#endif
|
|
@ -0,0 +1,6 @@
|
||||||
|
// 30 may 2019
|
||||||
|
// requires: alloc_header.h
|
||||||
|
|
||||||
|
#ifndef sharedbitsPrefix
|
||||||
|
#error you must define sharedbitsPrefix before including this
|
||||||
|
#endif
|
|
@ -0,0 +1,6 @@
|
||||||
|
// 30 may 2019
|
||||||
|
// requires: array_header.h
|
||||||
|
|
||||||
|
#ifndef sharedbitsPrefix
|
||||||
|
#error you must define sharedbitsPrefix before including this
|
||||||
|
#endif
|
Loading…
Reference in New Issue