diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-05-31 01:02:05 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-05-31 01:02:05 +0000 |
commit | dbc5657d34aeb4638c7b621627d5b6febf7851c1 (patch) | |
tree | 14846eb41afc047c2560152248cd01257cbc2e05 /Functions/Example | |
parent | dd5602f59b599177fb130512fc543f7efa951990 (diff) | |
download | zsh-dbc5657d34aeb4638c7b621627d5b6febf7851c1.tar.gz zsh-dbc5657d34aeb4638c7b621627d5b6febf7851c1.tar.xz zsh-dbc5657d34aeb4638c7b621627d5b6febf7851c1.zip |
Got rid of several compiler warnings about signed/unsigned problems by
switching patchar_t from wchar_t to wint_t (and renaming the typedef to patint_t in the process), changing two "int" variables into "patint_t" variables, and creating a PEOF define that uses either WEOF or EOF as an invalid character value instead of a literal -1.
Diffstat (limited to 'Functions/Example')
0 files changed, 0 insertions, 0 deletions