* gettext-tools/src/format-lisp.c (VERIFY_LIST): Remove first, unused definition
of this macro.
* gettext-tools/src/format-scheme.c (VERIFY_LIST): Likewise.
#define _(str) gettext (str)
-/* Assertion macros. Could be defined to empty for speed. */
+/* Assertion macro. Could be defined to empty for speed. */
#define ASSERT(expr) if (!(expr)) abort ();
-#define VERIFY_LIST(list) verify_list (list)
/* Lisp format strings are described in the Common Lisp HyperSpec,
ASSERT (total_repcount == list->repeated.length);
}
+/* Assertion macro. Could be defined to empty for speed. */
#define VERIFY_LIST(list) verify_list (list)
#define _(str) gettext (str)
-/* Assertion macros. Could be defined to empty for speed. */
+/* Assertion macro. Could be defined to empty for speed. */
#define ASSERT(expr) if (!(expr)) abort ();
-#define VERIFY_LIST(list) verify_list (list)
/* Scheme format strings are described in the GNU guile documentation,
ASSERT (total_repcount == list->repeated.length);
}
+/* Assertion macro. Could be defined to empty for speed. */
#define VERIFY_LIST(list) verify_list (list)