renamed QSE_AWK_EXTRAKWS to QSE_AWK_NEXTOFILE

fixed a minor glitch in qse_pio_t
fixed the nil field to xnil in qse_rbt_t to minimize collision with external header files since nil is a commonly found macro
added a simple optimization to qse_memcpy()
This commit is contained in:
2013-01-29 03:43:32 +00:00
parent c7d88c455a
commit 543376b7d9
11 changed files with 107 additions and 37 deletions

View File

@ -226,7 +226,7 @@ struct qse_rbt_t
qse_byte_t scale[2]; /**< length scale */
qse_rbt_pair_t nil; /**< internal nil node */
qse_rbt_pair_t xnil; /**< internal nil node */
qse_size_t size; /**< number of pairs */
qse_rbt_pair_t* root; /**< root pair */