Commit 0d4966b4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Experiment to see if curses error reporting has improved.

Ref: #3348, #741
parent 4dc4d456
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#include "vtim.h" #include "vtim.h"
#include "vapi/vsig.h" #include "vapi/vsig.h"
#if 0 #if 1
#define AC(x) assert((x) != ERR) #define AC(x) assert((x) != ERR)
#else #else
#define AC(x) x #define AC(x) x
......
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