clarify constant MFLIMIT
authorYann Collet <cyan@fb.com>
Tue, 11 Sep 2018 00:36:40 +0000 (17:36 -0700)
committerYann Collet <cyan@fb.com>
Tue, 11 Sep 2018 17:00:13 +0000 (10:00 -0700)
commit6d32240b2e9cb921f9b34b790d787d0ee1ea51cb
tree2e4f1bb6f3f3ec035365e441079e37aed43e153d
parentb87a8e9e623d6e2404ae9f948a4e0ee8f1415bee
clarify constant MFLIMIT

and separate it from MATCH_SAFEGUARD_DISTANCE.

While both constants have same value,
they do not seve same purpose, hence should not be confused.
lib/lz4.c