]> granicus.if.org Git - graphviz/commit
use libc limit constants instead of defining our own
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Dec 2020 01:11:12 +0000 (17:11 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 21:23:18 +0000 (13:23 -0800)
commitab4c9108a67c04c08ad76ba1bf098e6401270aca
treead6febea209b77842349bd5a08bc1ecc3ca28700
parentdadc593f61bbc1b2e9e4dfba1fb3beae309e0c02
use libc limit constants instead of defining our own

These are available in the C standard library even prior to C89. This change has
no effect on functionality, as the replaced constants have identical values.
lib/common/htmllex.c