X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=hbytes%2Fhbytes.c;h=b941937044c6d559c11b3a46d42e971f6975d516;hb=ac8c0b3b18075ae4273779544eda01c09cfb5145;hp=6bb86c31c9524b32d3e1a066dbfbb6aa881769c8;hpb=b78c59b29c46210ccbfc0fe4815b4e49fba8817b;p=chiark-tcl.git diff --git a/hbytes/hbytes.c b/hbytes/hbytes.c index 6bb86c3..b941937 100644 --- a/hbytes/hbytes.c +++ b/hbytes/hbytes.c @@ -121,7 +121,8 @@ Byte *hbytes_append(HBytes_Value *hb, int el) { return newpart; } -HBytes_ComplexValue *prechop(HBytes_Value *hb, int cl, const Byte **rv) { +static HBytes_ComplexValue* +prechop(HBytes_Value *hb, int cl, const Byte **rv) { HBytes_ComplexValue *cx; if (cl<0) { *rv=0; return 0; }