Searched refs:SLRE_UNBALANCED_BRACKETS (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp183 #define SLRE_UNBALANCED_BRACKETS -3 macro
614 FAIL_IF(depth < 0, SLRE_UNBALANCED_BRACKETS);
619 FAIL_IF(depth != 0, SLRE_UNBALANCED_BRACKETS);
3669 case SLRE_UNBALANCED_BRACKETS:

Completed in 50 milliseconds