tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
237 stars 42 forks source link

Missing definition of functions #8

Closed jiahao42 closed 5 years ago

jiahao42 commented 5 years ago

I didn't find the definition of function Strbuf_append1 and Strbuf_terminate in your repo, please check that.

Thanks.

suominen commented 5 years ago

Strbuf_append1() (and strbuf_append1()): tc.str.c STRBUF##_append1 Strbuf_terminate() (and strbuf_terminate()): tc.str.c STRBUF##_terminate