compat.h in ncursesw-1.2.4.3 vs compat.h in ncursesw-1.4.0.0

- old
+ new

@@ -1,8 +1,8 @@ #ifndef _COMPAT_H #define _COMPAT_H #ifndef STR2CSTR -#define STR2CSTR(x) ({ VALUE *y = (x); StringValuePtr(y); }) +#define STR2CSTR(x) ({ VALUE y = x; StringValuePtr (y); }) #endif #endif