From: Christoph Duelli (duelli_at_[hidden])
Date: 2008-08-19 02:09:54


> // FANCY THINGY HERE: IF YOU INCLUDE CURSES BEFORE STRING, IT WILL
> BREAK COMPILATION
> #include <curses.h>

curses #defines lots of macros.
If one such defined thing happens to be used in the other included code,
interesting but usually unintended things happen.