URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
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--; }
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.