Revert "new_workspace null behavior + testmap functions + regex"

This reverts commit e1d18e42a8.

Fixes #180

cc @taiyu-len
This commit is contained in:
Drew DeVault 2015-09-13 19:46:16 -04:00
parent 9c8f1fb964
commit e505abfe75
12 changed files with 374 additions and 585 deletions

View file

@ -19,7 +19,7 @@ void free_argv(int argc, char **argv);
char *code_strchr(const char *string, char delimiter);
char *code_strstr(const char *haystack, const char *needle);
int unescape_string(char *string);
char *join_args(int argc, char **argv);
char *join_args(char **argv, int argc);
char *join_list(list_t *list, char *separator);
char *strdup(const char *);