Bug 991983 - Emit absolute paths for UnifiedSources. r=gps

This helps upcoming changes, and relieves backends from path resolution.
This has the side effect of chaning the order of some unified sources,
which consequently breaks nsTextFormatter because it declares snprintf
methods after nsStringAPI #defines it.
This commit is contained in:
Mike Hommey
2015-05-14 15:40:21 +09:00
parent 656df57072
commit dfe18daee6
3 changed files with 11 additions and 2 deletions

View File

@@ -1308,3 +1308,5 @@ ParseString(const nsACString& aSource, char aDelimiter,
return true;
}
#undef snprintf