[hackers] [scc] Fix external identifier size limit for c99 || Quentin Rameau

From: <git_AT_suckless.org>
Date: Wed, 11 May 2016 17:51:15 +0200 (CEST)

commit 9e5f19275bc9f7d8a2eec2ad0ef9d6abd56471cd
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Wed May 11 17:49:44 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
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
_AT_@ -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
  */
Received on Wed May 11 2016 - 17:51:15 CEST

This archive was generated by hypermail 2.3.0 : Wed May 11 2016 - 18:00:17 CEST