]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/trie.h
Opt: Updated symbol renames
[libucw.git] / ucw / trie.h
index 4aae65fa380ba09888aee2b81c52a3d7fa31e3df..a15bb0358212b89479dfe3614b7fd0c18e805903 100644 (file)
@@ -37,8 +37,9 @@
  *         TRIE_WANT_AUDIT             audit()
  *         TRIE_WANT_STATS
  *
- *     Be warned that the implementation is not var-len-arrays friendly and all hell may me unleashed
- *     if you use these routines in the same function together with var-len-arrays.
+ *     Be warned that the implementation uses alloca() in several macros,
+ *     so if you use automatic variable-length arrays in the same function,
+ *     all the hell may be unleashed.
  */
 
 /*** Define once ***/