[Rpm-maint] [rpm-software-management/rpm] Add support for defining literal macros via a new modifier syntax (PR #4129)
Michal Domonkos
notifications at github.com
Mon Mar 23 13:59:24 UTC 2026
@dmnks commented on this pull request.
> if (*s == '(') {
s++; /* skip ( */
/* Options must be terminated with ')' */
if (strchr(s, ')')) {
- o = oe;
- COPYOPTS(oe, s, oc);
+ int oc = ')';
+ COPYOPTS(opts, s, oc);
+ o = opts.c_str();
Oh, I didn't realize *that*. I thought it was just forgotten in this patchset, but there's a reason for it, okay then.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4129#discussion_r2975221077
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4129/review/3991951786 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260323/38bc0a5a/attachment-0001.htm>
More information about the Rpm-maint
mailing list