string literal initializers, uncovered by `tcc'.
Reported by Edward Chernenko <edwardspec@yahoo.com>.
+2005-12-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * libltdl/lt_error.c (error_strings): Remove parentheses around
+ string literal initializers, uncovered by `tcc'.
+ Reported by Edward Chernenko <edwardspec@yahoo.com>.
+
2005-12-21 Gary V. Vaughan <gary@gnu.org>
* .cvsignore, libltdl/.cvsignore, tests/.cvsignore: Ignore
static const char *last_error = 0;
static const char error_strings[LT_ERROR_MAX][LT_ERROR_LEN_MAX + 1] =
{
-#define LT_ERROR(name, diagnostic) (diagnostic),
+#define LT_ERROR(name, diagnostic) diagnostic,
lt_dlerror_table
#undef LT_ERROR
};