mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Debust mac-specific \r-related tree breakage.
This commit is contained in:
parent
2e4ab18e9c
commit
2dc0208ac7
@ -754,7 +754,7 @@ codefrag(TreeState *state)
|
||||
{
|
||||
const char *desc = IDL_CODEFRAG(state->tree).desc;
|
||||
|
||||
if (strcmp(desc, "C++") && /* libIDL bug? */ strcmp(desc, "C++\r")) {
|
||||
if (strcmp(desc, "C++")) {
|
||||
XPIDL_WARNING((state->tree, IDL_WARNING1,
|
||||
"ignoring '%%{%s' escape. "
|
||||
"(Use '%%{C++' to escape verbatim C++ code.)", desc));
|
||||
|
Loading…
Reference in New Issue
Block a user