Commit 5be790e7 by Dean Mao

brief fix to get it compiling again

parent 757cc802
#define SASS_INTERFACE
#include <node.h>
#ifdef __cplusplus
extern "C" {
......@@ -17,11 +18,13 @@ struct sass_options {
};
struct sass_context {
const char* source_string;
char* source_string;
char* output_string;
struct sass_options options;
int error_status;
char* error_message;
uv_work_t request;
v8::Persistent<v8::Function> callback;
};
struct sass_file_context {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment