/[groff]/groff/src/devices/grohtml/post-html.cpp
ViewVC logotype

Diff of /groff/src/devices/grohtml/post-html.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by wl, Tue Oct 12 21:39:31 2004 UTC revision 1.11 by wl, Fri Oct 15 05:08:35 2004 UTC
# Line 4637  char *make_val (char *s, int v, char *id Line 4637  char *make_val (char *s, int v, char *id
4637        t++;        t++;
4638      if (atoi(t) != v) {      if (atoi(t) != v) {
4639        if (f == NULL)        if (f == NULL)
4640          f = "stdin";          f = (char *)"stdin";
4641        if (l == NULL)        if (l == NULL)
4642          l = "<none>";          l = (char *)"<none>";
4643        fprintf(stderr, "%s:%s: grohtml assertion failed at id%s expecting %d and was given %s\n",        fprintf(stderr, "%s:%s: grohtml assertion failed at id%s expecting %d and was given %s\n",
4644                f, l, id, v, s);                f, l, id, v, s);
4645      }      }
# Line 4687  void html_printer::handle_state_assertio Line 4687  void html_printer::handle_state_assertio
4687      char *n   = (char *)&g->text_string[11];      char *n   = (char *)&g->text_string[11];
4688      char *cmd = get_str(n, &n);      char *cmd = get_str(n, &n);
4689      char *val = get_str(n, &n);      char *val = get_str(n, &n);
4690      char *id  = get_str(n, &n);  // unused      (void)get_str(n, &n);       // unused
4691      char *file= get_str(n, &n);      char *file= get_str(n, &n);
4692      char *line= get_str(n, &n);      char *line= get_str(n, &n);
4693    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26