shithub: riscv

Download patch

ref: 006fa02a5e8a78d11e6c4852cb726462660e9cc7
parent: 0da525ae9a5e9e708d81a02e81be0fb773e1ca47
author: ben <ben@rana>
date: Thu Apr 28 04:05:42 EDT 2016

get rid of size printing

--- a/sys/src/libregexp/regcomp.c
+++ b/sys/src/libregexp/regcomp.c
@@ -188,7 +188,6 @@
 	parsetr = node(&plex, TSUB, e0(&plex), nil);
 
 //	prtree(parsetr, 0, 1);
-//	fprint(2, "Program size %ld\n", sizeof(Reprog) + sizeof(Reinst) * plex.instrs + sizeof(Rethread) * maxthr);
 	reprog = malloc(sizeof(Reprog) +
 	                sizeof(Reinst) * plex.instrs +
 	                sizeof(Rethread) * maxthr);