commit 9e5f19275bc9f7d8a2eec2ad0ef9d6abd56471cd
Author:     Quentin Rameau <[email protected]>
AuthorDate: Wed May 11 17:49:44 2016 +0200
Commit:     Quentin Rameau <[email protected]>
CommitDate: Wed May 11 17:49:44 2016 +0200

    Fix external identifier size limit for c99

diff --git a/inc/sizes_c99.h b/inc/sizes_c99.h
index fbfa33c..1a92966 100644
--- a/inc/sizes_c99.h
+++ b/inc/sizes_c99.h
@@ -37,7 +37,7 @@
  * same number of characters as the corresponding universal character
  * name, if any)
  */
-#define EXTIDENTSIZ     63
+#define EXTIDENTSIZ     31
 /*
  * 4095 external identifiers in one translation unit
  */

Reply via email to