about summary refs log tree commit diff stats
path: root/035lookup.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-18 09:13:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-18 09:13:44 -0700
commit72d868e6460e9189ab6ca9b4f4feae3d58db6f80 (patch)
treed479f65451b4766c1422e2b7b6a278c10c34f639 /035lookup.cc
parent9393ccc8598bbecc6a6e7f61f1a28a3bf5d5a2e6 (diff)
downloadmu-72d868e6460e9189ab6ca9b4f4feae3d58db6f80.tar.gz
3222
Commit 3191 stopped defining _XOPEN_SOURCE when building termbox/ to get
Mu to build on OpenBSD. However, that had the side effect of not
declaring the prototype for wcwidth() on some versions of Linux. Ugh.
Just hack around this morass.

In general the direction we want to go in Mu is fewer feature #defines.
At least explicit ones. Should be an internal detail of the underlying
platform our code shouldn't have to worry about. If headers don't
cooperate, just start explicitly declaring prototypes and damn the
consequences.
Diffstat (limited to '035lookup.cc')
0 files changed, 0 insertions, 0 deletions