Rename function expand_variable_array to tokenize_variable_array and move it from expand.c to common.c, since it is used by fish_pager, which should not depend on expand.o

darcs-hash:20060529111342-ac50b-315d7dcf04e05fa8f32e16801e6793ac4e4e022e.gz
This commit is contained in:
axel
2006-05-29 21:13:42 +10:00
parent 79b466441b
commit d46dade284
9 changed files with 44 additions and 44 deletions

View File

@@ -524,7 +524,7 @@ int output_color_code( const wchar_t *val )
return FISH_COLOR_NORMAL;
al_init( &el );
expand_variable_array( val, &el );
tokenize_variable_array( val, &el );
for( j=0; j<al_get_count( &el ); j++ )
{