diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-27 07:28:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-27 07:28:34 -0700 |
commit | b9cfb7a7ad2cb64cba3d1863feee63338b49e5eb (patch) | |
tree | acfa1010290b028dae1aeaf41292bd720d01bbe2 /parser.y | |
parent | 366351ec32816b5076aedcc8b5f871c4bbad2690 (diff) | |
download | txr-b9cfb7a7ad2cb64cba3d1863feee63338b49e5eb.tar.gz txr-b9cfb7a7ad2cb64cba3d1863feee63338b49e5eb.tar.bz2 txr-b9cfb7a7ad2cb64cba3d1863feee63338b49e5eb.zip |
Renaming c_true to tnil.
Macros called c_* should produce C counterparts of
Lisp val objects, like c_num and c_str.
* lib.h (c_true): Renamed to tnil.
* eval.c (lexical_var_p, lexical_fun_p): c_true to tnil.
* lib.c (less, chr_isalnum, chr_isalnum, chr_isalpha,
chr_isascii, chr_iscntrl, chr_isdigit, chr_isgraph,
chr_islower, chr_isprint, chr_ispunct, chr_isspace,
chr_isblank, chr_isunisp, chr_isupper, chr_isxdigit,
chr_toupper, keywordp): Likewise.
* stream.c (catenated_stream_p): Likewise.
* sysif.c (wifexited, wifsignaled, wcoredump, wifstopped,
wifcontinued): Likewise.
Diffstat (limited to 'parser.y')
0 files changed, 0 insertions, 0 deletions