]> git.lyx.org Git - features.git/commit
Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 21 Mar 2019 13:05:50 +0000 (14:05 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:18 +0000 (15:48 +0200)
commitd21fb151ab4c06fd2ad70feb43eee59a805f6602
treef7906bb2a18708c7f64d4a1880789b600244d515
parentab4f7bee9e83d0b3bf007b44112d26bb6cdcd1dd
Use HAVE_LONG_LONG_INT instead of LYX_USE_LONG_LONG

It seems that the extra complication hurts more than it helps (for
example with OpenBSD).

Some adaptation will be needed for cmake.
configure.ac
src/support/convert.cpp
src/support/convert.h
src/support/debug.cpp
src/support/debug.h
src/support/docstring.cpp
src/support/lstrings.cpp
src/support/lstrings.h
src/texstream.cpp