Skip to content

Commit d6565ed

Browse files
committed
Sass_Compiler -> SassCompiler
1 parent 3bb0631 commit d6565ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ static struct SassValue* _to_sass_value(PyObject* value) {
376376
static struct SassValue* _call_py_f(
377377
struct SassValue* sass_args,
378378
Sass_Function_Entry cb,
379-
struct Sass_Compiler* compiler
379+
struct SassCompiler* compiler
380380
) {
381381
size_t i;
382382
PyObject* pyfunc = (PyObject*)sass_function_get_cookie(cb);
@@ -425,7 +425,7 @@ static void _add_custom_functions(
425425
}
426426

427427
static struct SassImportList* _call_py_importer_f(
428-
const char* path, Sass_Importer_Entry cb, struct Sass_Compiler* comp
428+
const char* path, Sass_Importer_Entry cb, struct SassCompiler* comp
429429
) {
430430
PyObject* pyfunc = (PyObject*)sass_importer_get_cookie(cb);
431431
PyObject* py_result = NULL;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy