9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans]   vs libhtml
@ 2005-09-06  1:45 erik quanstrom
  2005-09-06  8:00 ` [9fans] driver list Charles Forsyth
  0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2005-09-06  1:45 UTC (permalink / raw)
  To: 9fans

for this html file:

  x

the   was left intact in the output. i believe that
this is the fix:

; rcsdiff lex.c
===================================================================
RCS file: RCS/lex.c,v
retrieving revision 1.1
diff -r1.1 lex.c
400c400
< #define NCHARTAB (sizeof(chartab)/sizeof(chartab[0]))
---
> #define NCHARTAB (sizeof(_chartab)/sizeof(_chartab[0]))



at compile time sizeof(chartab)/sizeof(chartab[0]) is zero
cause it's generated at runtime.

erik


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-09-06 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06  1:45 [9fans] &nbsp; vs libhtml erik quanstrom
2005-09-06  8:00 ` [9fans] driver list Charles Forsyth
2005-09-06 11:12   ` Sergey Reva
2005-09-06 14:06     ` Gabriel IVANES
2005-09-06 12:33       ` Mechiel Lukkien

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).