In html-parse, the following case near line 449 is missing the \ 
in '\"' -- it comes out as '"' and, as such, causes some compilers to 
barf.

         case AC_S_QUOTE1:
           assert (ch == '\'' || ch == '\"');


Reply via email to