OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [argtable2/] [argtable2.c] - Diff between revs 143 and 144

Show entire file | Details | Blame | View Log

Rev 143 Rev 144
Line 975... Line 975...
 
 
        if ((line_end - line_start) > colwidth )
        if ((line_end - line_start) > colwidth )
            { line_end = line_start + colwidth; }
            { line_end = line_start + colwidth; }
 
 
        /* Find last whitespace, that fits into line */
        /* Find last whitespace, that fits into line */
 
        /* JPB patch to cast argument */
        while ( ( line_end > line_start )
        while ( ( line_end > line_start )
                && ( line_end - line_start > colwidth )
                && ( line_end - line_start > colwidth )
                && !isspace ((int) (*(text+line_end))))
                && !isspace ((int) (*(text+line_end))))
            { line_end--; }
            { line_end--; }
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.