Skip to content

Commit ee9cd0b

Browse files
committed
Add a map key hash specialisation for Null
1 parent 1768b6e commit ee9cd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ namespace Sass {
15981598

15991599
virtual size_t hash()
16001600
{
1601-
return 0;
1601+
return -1;
16021602
}
16031603

16041604
ATTACH_OPERATIONS()

0 commit comments

Comments
 (0)