* config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219412
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
+
2015-01-09 Bernd Schmidt <bernds@codesourcery.com>
Jakub Jelinek <jakub@redhat.com>
/* The maximum size of the sync library functions supported. */
#ifndef MAX_SYNC_LIBFUNC_SIZE
-#define MAX_SYNC_LIBFUNC_SIZE (2 * UNITS_PER_WORD);
+#define MAX_SYNC_LIBFUNC_SIZE (2 * UNITS_PER_WORD)
#endif
\f