Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/_speedups.c @ 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 | 776dc94b4ef7 |
| children | 764d4185c76a |
comparison
equal
deleted
inserted
replaced
| 608:0f65b2b6b234 | 609:9ad860d6ddc9 |
|---|---|
| 10 #include "Python.h" | 10 #include "Python.h" |
| 11 | 11 |
| 12 #include "_py_helper.h" | 12 #include "_py_helper.h" |
| 13 | 13 |
| 14 | 14 |
| 15 const char _id[] = "@(#)configmix._speedups $Header$"; | 15 const char _configmix_speedups_id[] = "@(#)configmix._speedups $Header$"; |
| 16 static const char release[] = "|VCSRevision|"; | 16 static const char release[] = "|VCSRevision|"; |
| 17 static const char date[] = "|VCSJustDate|"; | 17 static const char date[] = "|VCSJustDate|"; |
| 18 | 18 |
| 19 | 19 |
| 20 /* | 20 /* |
