Commit c6c83d50 by Bruce Korb

Added files term.h and tinfo.h in avoid_bool for use by Open Server 5

From-SVN: r22360
parent 232e6c7c
...@@ -118,6 +118,8 @@ fix = { ...@@ -118,6 +118,8 @@ fix = {
fix = { fix = {
hackname = avoid_bool; hackname = avoid_bool;
files = curses.h; files = curses.h;
files = term.h;
files = tinfo.h;
sed = "/^#[ \t]*define[ \t][ \t]*bool[ \t][ \t]*char[ \t]*$/i\\\n" sed = "/^#[ \t]*define[ \t][ \t]*bool[ \t][ \t]*char[ \t]*$/i\\\n"
"#ifndef __cplusplus\n"; "#ifndef __cplusplus\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment