]> git.lyx.org Git - lyx.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, 21 Mar 2019 13:18:17 +0000 (14:18 +0100)
commit601244ba92c3975f6915455943d49c621d9487fb
tree005b31a10db18a6c35939a719c775c20c2d7408c
parentcd9f52da892631e42d7c0b583b03dbce324a7427
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