#define ERROR_RECURSION(n) \ do { if (n) \ fprintf (stderr, "Too many recursions (" str(n) ")\n"); \ exit(0);} \ while (0)