Skip to content
Snippets Groups Projects
Commit 43015f06 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

ENH: fix build on AIX

parent 6ddb9922
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ enum kwsysTerminal_Color_e
kwsysTerminal_Color_BackgroundBold = 0x200,
kwsysTerminal_Color_AssumeTTY = 0x400,
kwsysTerminal_Color_AssumeVT100 = 0x800,
kwsysTerminal_Color_AttributeMask = 0xF00,
kwsysTerminal_Color_AttributeMask = 0xF00
};
#if defined(__cplusplus)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment