X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=hbytes%2Fhbytes.c;h=b941937044c6d559c11b3a46d42e971f6975d516;hp=6bb86c31c9524b32d3e1a066dbfbb6aa881769c8;hb=d23a32272b954579fe15c78d6ea605e087d0a512;hpb=d30ded35f199708808df64a9db9c83100e073c9f 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; }