[cfe-commits] r70611 - /cfe/trunk/tools/clang-cc/clang-cc.cpp

Douglas Gregor dgregor at apple.com
Fri May 1 18:15:07 PDT 2009


On May 1, 2009, at 5:31 PM, Mike Stump wrote:

> On May 1, 2009, at 5:03 PM, Douglas Gregor wrote:
>> +  if (ioctl(2, TIOCGWINSZ, &ws) == 0)
>> +    Columns = ws.ws_col;
>
> Danger...  Someone is gonna discover this isn't as portable as  
> people would like...  Though, I guess if the Windows people like it,  
> maybe we can ignore the really old systems out there.


Yes, I know; it's hidden behind an #ifdef so it shouldn't trip too  
many people up. We'll see!

	- Doug



More information about the cfe-commits mailing list