Package: id-utils
Version: 3.2d-11
Hello. This is a bug an Ubuntu user reported [1]:
"mkid(1), and therefore xtokid(1), seem to get confused by indented C
preprocessor statements.
$ cat id-utils-bug.c
#include "foo.h"
#ifdef BAR
#include <bar.h>
#endif
foo bar
$ xtokid id-utils-bug.c
foo.h
BAR
include
bar
h
foo
bar
The indented line is generating a token for `include', and `bar.h'
should be one token like `foo.h' was before it.
This is id-utils version 3.2d-10."
The submitter then followed up on the bug report with a solution:
"It's fixed in GNU's CVS already, but id-utils is without a maintainer so
I guess that's why, despite the bug fix being in 1999, it hasn't made it
into a new release. Perhaps Debian can include some of the patches?
http://savannah.gnu.org/cgi-bin/viewcvs/idutils/idutils/libidu/scanners.c.diff?r1=1.7&r2=1.8"
[1] http://launchpad.net/bugs/1594
___________________________________________________________
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease
of use." - PC Magazine
http://uk.docs.yahoo.com/nowyoucan.html
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]