aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-03-13 09:46:16 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2015-03-13 09:46:16 -0400
commit6b37358e5c6efec74c17fc1871d25aa019629f29 (patch)
tree4de3b3a4a13b0d221cc1b5df0e42c928d0674abc /src/textadept.c
parent858f79eea1057cc52868f23dd1390c9c19016755 (diff)
downloadtextadept-6b37358e5c6efec74c17fc1871d25aa019629f29.tar.gz
textadept-6b37358e5c6efec74c17fc1871d25aa019629f29.zip
Fixed build flags; src/Makefile
These flags were causing the nightly builds to fail. Lua 5.3's 64-bit integers use "long long", which is not supported by c++98. However, mingw32 has issues with -std=c++0x and apple-darwin does not support it at all. Instead, resort to disabling the "long long" warning.
Diffstat (limited to 'src/textadept.c')
0 files changed, 0 insertions, 0 deletions