Changeset 28da2da for scripts

Timestamp:
Apr 6, 2011, 12:54:00 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
a006d475
Parents:
eeab49c
git-author:
David Benjamin <davidben@mit.edu> (04/05/11 12:54:11)
git-committer:
David Benjamin <davidben@mit.edu> (04/06/11 12:54:00)
Message:
Just require stdbool.h and tell ncurses to use it

Now that Solaris' stdbool.h works for us, we may as well just require
it. The preamble is repetitive and didn't actually work anyway. (It
conflicts with ncurses' attempts to redefine bool when stdbool.h is
unavailable or disabled.)

We may need to add a different preamble later if we care about including
these headers in C++ (Solaris has a C++-incompatible stdbool.h), but we
can deal with that later.
(No files)

Note: See TracChangeset for help on using the changeset viewer.