shithub: neatmkfn

Download patch

ref: 47dc2388a64697e3fcce743fc8a5d9482fd3fd6e
parent: 2f915be0ca122169285b9e6f9060675d645658d4
author: Ali Gholami Rudi <ali@rudi.ir>
date: Fri Aug 15 09:47:11 EDT 2014

trfn_ch.h: ctype_ascii[] can be static

--- a/trfn_ch.h
+++ b/trfn_ch.h
@@ -425,7 +425,7 @@
 	{"zerojoin", 0x200d},
 };
 
-int ctype_ascii[128] = {
+static int ctype_ascii[128] = {
 	['!'] = 2, ['"'] = 2, ['#'] = 2, ['$'] = 2, ['%'] = 2,
 	['&'] = 2, ['\''] = 2, ['('] = 3, [')'] = 3, ['*'] = 2,
 	['+'] = 0, [','] = 1, ['-'] = 0, ['.'] = 0, ['/'] = 2,