[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#74862: tetex-bin: makeindex does not like DOS line-endings



On 08.05.04 Stefan Ulrich (stefan-ulrich.nntp@zen.co.uk) wrote:

Hi,

> FWIW, should the occurrences in scanid.c be chaned as well (I'm not
> sure what it does, maybe the problem doesn't occur there, but maybe
> for consistency ...)
> 
I was thinking about that too. I guess scanid.c is for scanning the
index file and not the style file. The index file itself is generated
during the LaTeX run. Hence I guess, we won't have that problem here.

> from scanst.h:
> 
> #define STY_SKIPLINE { \
>     int a; \
>     while ( ((a = GET_CHAR(sty_fp)) != LFD) && (a != EOF) ); \
>     sty_lc++; \
> }
> 
Could look like:

while ( ((a = GET_CHAR(sty_fp)) != LFD) && (a != EOF) && (a != CRN) ); \

right?

> from scanid.h:
> 
If this is that, what I guess, we don't need it.

H. 
-- 
sigmentation fault



Reply to: