compile on windows

This commit is contained in:
David Rose 2005-03-12 03:21:35 +00:00
parent 219f16c5de
commit 96ffce27d2

View File

@ -376,7 +376,7 @@ decompose() {
}
result = decompose_impl();
if (result == this) {
if (result.p() == this) {
// decomposing this primitive has no effect.
return this;
}