parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / config.h.in
index 523798e..36ee491 100644 (file)
@@ -17,9 +17,3 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
  * 02111-1307, USA.
  */
-#ifdef _WIN32
-/* default windows runtime does not support %zu */
-#define SIZET_FMT  "%u"
-#else
-#define SIZET_FMT  "%zu"
-#endif