ext/libsass/to_c.hpp in sassc-0.0.9 vs ext/libsass/to_c.hpp in sassc-0.0.10
- old
+ new
@@ -1,11 +1,9 @@
-#define SASS_TO_C
+#ifndef SASS_TO_C_H
+#define SASS_TO_C_H
-#ifndef SASS_OPERATION
#include "operation.hpp"
-#endif
-
#include "sass_values.h"
namespace Sass {
using namespace std;
@@ -40,5 +38,7 @@
template <typename U>
Sass_Value* fallback(U x) { return fallback_impl(x); }
};
}
+
+#endif
\ No newline at end of file