[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 8dc36cc53b: * src/lread.c (syms_of_lread): Drop unused captur
From: |
Mattias Engdegård |
Subject: |
Re: master 8dc36cc53b: * src/lread.c (syms_of_lread): Drop unused capture group. |
Date: |
Thu, 10 Nov 2022 10:40:58 +0100 |
9 nov. 2022 kl. 13.19 skrev Po Lu <luangruo@yahoo.com>:
> I would split the string in two, like so,
> instead:
>
> build_pure_c_string ("long string here"
> " next part of string here");
Yes, that would be fine too. As so often when it comes to code layout, neither
alternative dominates the other.