Mercurial > hgrepos > Python > libs > ConfigMix
changeset 609:9ad860d6ddc9
Change the external visible (and ELF-interposable) variable "_id" to "_configmix_speedups_id".
While strictly speaking non-conformant it is a lot better than "_id".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 11 Jan 2022 21:17:06 +0100 |
| parents | 0f65b2b6b234 |
| children | 764d4185c76a |
| files | configmix/_speedups.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/_speedups.c Tue Jan 11 09:30:22 2022 +0100 +++ b/configmix/_speedups.c Tue Jan 11 21:17:06 2022 +0100 @@ -12,7 +12,7 @@ #include "_py_helper.h" -const char _id[] = "@(#)configmix._speedups $Header$"; +const char _configmix_speedups_id[] = "@(#)configmix._speedups $Header$"; static const char release[] = "|VCSRevision|"; static const char date[] = "|VCSJustDate|";
