Not only BASE-STRINGs but STRINGs may be package-specifiers, too.
authorPhilipp Marek <philipp@marek.priv.at>
Mon, 28 Apr 2014 05:42:06 +0000 (07:42 +0200)
committerPhilipp Marek <philipp@marek.priv.at>
Mon, 28 Apr 2014 05:42:06 +0000 (07:42 +0200)
Needed because quoted strings are read now always read as STRING.

src/c/package.d

index d9b371c..be15f77 100644 (file)
@@ -1046,6 +1046,7 @@ cl_list_all_packages()
        case t_symbol:
        case t_character:
        case t_base_string:
+       case t_string:
        case t_package:
                ecl_use_package(pack, pa);
                break;