Add message suffixes to stylo error reports. (bug 1381137)

This commit is contained in:
Josh Matthews 2017-07-25 18:36:35 -04:00
parent 4f0821192c
commit d8fe376f09
2 changed files with 30 additions and 16 deletions

View file

@ -2844,5 +2844,6 @@ extern "C" {
source:
*const ::std::os::raw::c_char,
sourceLen: u32, lineNumber: u32,
colNumber: u32, aURI: *mut nsIURI);
colNumber: u32, aURI: *mut nsIURI,
followup: *const ::std::os::raw::c_char);
}