Skip to content

Commit f68eb51

Browse files
committed
Add missing implementation of sass_importer_set_list_entry.
1 parent a6482aa commit f68eb51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sass_functions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ extern "C" {
8888
return (Sass_Importer_List) calloc(length + 1, sizeof(Sass_Importer_Entry));
8989
}
9090

91+
void ADDCALL sass_importer_set_list_entry(Sass_Importer_List list, size_t idx, Sass_Importer_Entry cb) { list[idx] = cb; }
92+
9193
// Creator for sass custom importer return argument list
9294
Sass_Import_List ADDCALL sass_make_import_list(size_t length)
9395
{

0 commit comments

Comments
 (0)