# HG changeset patch # User Franz Glasner # Date 1641932226 -3600 # Node ID 9ad860d6ddc9f55eb0f0efdf7974836aaa47bfa5 # Parent 0f65b2b6b234ca5aed81b42a74c7269f05688162 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". diff -r 0f65b2b6b234 -r 9ad860d6ddc9 configmix/_speedups.c --- 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|";