Added _OFUNCTIONS_BOOTSTRAP subset

This commit is contained in:
deajan 2016-12-11 14:58:52 +01:00
parent 882cd7099e
commit 76512b5a13
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
## MERGE 2016120802
## MERGE 2016121101
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
@ -41,6 +41,7 @@ function __PREPROCESSOR_Constants {
__PREPROCESSOR_SUBSETS=(
'#### OFUNCTIONS FULL SUBSET ####'
'#### OFUNCTIONS MINIMAL SUBSET ####'
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
'#### DEBUG SUBSET ####'
'#### TrapError SUBSET ####'
'#### RemoteLogger SUBSET ####'