Bug 596070: s/don't/do not/ in #warning message, to fix "missing terminating ' character" build warning. r=dougt a=dougt

This commit is contained in:
Daniel Holbert 2010-11-05 11:24:12 -07:00
parent 2844cbb054
commit 49dbdca896

View File

@ -402,7 +402,7 @@ RealBreak()
raise(SIGTRAP);
#endif
#else
#warning don't know how to break on this platform
#warning do not know how to break on this platform
#endif
}
@ -506,7 +506,7 @@ Break(const char *aMsg)
#elif defined(SOLARIS)
RealBreak();
#else
#warning don't know how to break on this platform
#warning do not know how to break on this platform
#endif
}