ref: 1ea8333a3c831bb46987597292bbc493f72d1e8c
parent: 010332f004c12d60e279a40d343b92a27a2cf7fb
author: Quentin Rameau <quinq@fifth.space>
date: Wed May 11 13:49:44 EDT 2016
Fix external identifier size limit for c99
--- 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
*/