Removed array_list_t (!)

This commit is contained in:
ridiculousfish
2012-02-21 10:47:21 -08:00
parent d9bb9b73ad
commit 2206e221bd
10 changed files with 19 additions and 511 deletions

View File

@@ -881,7 +881,7 @@ message_t *create_message( int type,
/**
Put exported or unexported variables in a string list
*/
void env_universal_common_get_names2( wcstring_list_t &lst,
void env_universal_common_get_names( wcstring_list_t &lst,
int show_exported,
int show_unexported )
{