Prev | Next | whats_new_10 |
Avoid compiler warnings by converting argument type
from char
to int
for the
following functions:
isalpha
,
islower
,
isupper
,
isspace
,
isdigit
,
tolower
, and
toupper
.
$icode%x% = %y% and $icode%x% = %z%$$
generated the error message
OMhelp Error: in file file_name
OMhelp parsing error.
Error occurred in or before line line number.
OMhelp exiting with status equal to 1.
This has been fixed and now has the form:
%
OMhelp Error: in file %file_name%
Error in the $icode command that begins in line %line_number%.
This command is not terminated by $$ before $code appears.
Error occurred in or before line %line_number%.
%
$
when an
include
command was used in an input file.
This has been fixed.
In addition, an
include file
example was added for this commands documentation.