From 37afabac8fbb938a0c4503c47d273d5fa4c04bf0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 25 Oct 2015 17:35:55 -0700 Subject: [PATCH 1/2] 3.3.0-beta3 --- libsass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsass b/libsass index 61ac61a2..4f62bea2 160000 --- a/libsass +++ b/libsass @@ -1 +1 @@ -Subproject commit 61ac61a2b2ffef30233c9eab93633cc2622a562f +Subproject commit 4f62bea2c6cccd5a08947e1a000c9b08c8d2fbb7 From 4e01cbaf17d5411f2761bff58259325e8a3822c3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 25 Oct 2015 17:36:40 -0700 Subject: [PATCH 2/2] Upgrade to 3.3.0 (stable) --- libsass | 2 +- pysass.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libsass b/libsass index 4f62bea2..bb090edb 160000 --- a/libsass +++ b/libsass @@ -1 +1 @@ -Subproject commit 4f62bea2c6cccd5a08947e1a000c9b08c8d2fbb7 +Subproject commit bb090edb2fb09b6dbe609ca9bbfd4814759113bd diff --git a/pysass.cpp b/pysass.cpp index bba86d88..03e53d99 100644 --- a/pysass.cpp +++ b/pysass.cpp @@ -356,7 +356,7 @@ static union Sass_Value* _to_sass_value(PyObject* value) { static union Sass_Value* _call_py_f( const union Sass_Value* sass_args, Sass_Function_Entry cb, - struct Sass_Options* opts + struct Sass_Compiler* compiler ) { size_t i; PyObject* pyfunc = (PyObject*)sass_function_get_cookie(cb);