Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit d94ca1f

Browse files
committed
Merge pull request #1249 from mgreter/refactoring/parser-for-3.3
Refactoring and base work for 3.3
2 parents f74b141 + 6357bd6 commit d94ca1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3090
-2419
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ SOURCES = \
117117
bind.cpp \
118118
constants.cpp \
119119
context.cpp \
120-
contextualize.cpp \
121-
contextualize_eval.cpp \
122120
cssize.cpp \
123121
listize.cpp \
124122
error_handling.cpp \

Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ libsass_la_SOURCES = \
4646
bind.cpp bind.hpp \
4747
constants.cpp constants.hpp \
4848
context.cpp context.hpp \
49-
contextualize.cpp contextualize.hpp \
50-
contextualize_eval.cpp contextualize_eval.hpp \
5149
error_handling.cpp error_handling.hpp \
5250
eval.cpp eval.hpp \
5351
expand.cpp expand.hpp \

0 commit comments

Comments
 (0)