pmatilai created an issue (rpm-software-management/rpm#3645)

We should have a way to export our macro context state. There's already 
rpmDumpMacroTable() but the format it produces is not readable as a macro file, 
so we need a different function for that. It'll need to weed out at least 
builtins, maybe something else too so a "flags" argument seems in order. 
Something like

```
int rpmExportMacros(rpmMacroContext mc, int flags, FILE *fp);
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3645
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to