Added new list of subsets

This commit is contained in:
deajan 2017-02-07 22:04:19 +01:00
parent 317975c03f
commit f9077b7ff6
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
## MERGE 2016121901
## MERGE 2017020701
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
@ -51,6 +51,8 @@ function __PREPROCESSOR_Constants {
'#### UrlEncode SUBSET ####'
'#### HumanToNumeric SUBSET ####'
'#### ArrayContains SUBSET ####'
'#### GetConfFileValue SUBSET ####'
'#### SetConfFileValue SUBSET ####'
)
}