Re: [PATCH 3/3] Add a test program to exercise concat_width()
Will Storey <[email protected]> Sun, 27 Aug 2017 21:21:18 -0700
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun 2017-08-27 19:07:53 -0700, Spiros Bousbouras wrote: > > > +void __test_concat_width(void) > > Identifiers starting with __ are reserved for the C standard. A name like > rtp_test_concat_width seems fine to me. Interesting. I'll have to look that up! I'll send in an updated patch. Thank you again!