Skip to content

Commit

Permalink
Maybe gcc is dealing with this comment differently?
Browse files Browse the repository at this point in the history
  • Loading branch information
Hampton Catlin committed Oct 12, 2014
1 parent 6de03c6 commit a956aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test_build: $(SASSC_BIN) libsass.a
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) -s --ignore-todo $(LOG_FLAGS) $(SASS_SPEC_PATH)/$(SASS_SPEC_SPEC_DIR)

test_issues: $(SASSC_BIN) libsass.a
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) $(LOG_FLAGS) $(SASS_SPEC_PATH)/spec/issues
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) $(LOG_FLAGS) $(SASS_SPEC_PATH)/spec/libsass-todo-issues

clean:
rm -f $(OBJECTS) *.a *.so
Expand Down
2 changes: 1 addition & 1 deletion sass_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ extern "C" {
}
if (c_ctx->source_string==NULL)
{
c_ctx->source_string="//";
c_ctx->source_string="";
}
Context cpp_ctx(

Expand Down

0 comments on commit a956aa8

Please sign in to comment.