diff 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
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|";