summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixFont.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-06 06:01:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-06 06:01:14 (GMT)
commitcaa253fcf5871c9886ed214cfc4d68c5ab45d8f2 (patch)
treec01a35aae808a6f0fac17202ed40ba4815e544da /unix/tkUnixFont.c
parent121af720bc29f65b64fcdcf520cb2d00368eb258 (diff)
downloadtk-caa253fcf5871c9886ed214cfc4d68c5ab45d8f2.zip
tk-caa253fcf5871c9886ed214cfc4d68c5ab45d8f2.tar.gz
tk-caa253fcf5871c9886ed214cfc4d68c5ab45d8f2.tar.bz2
More elimination of the "register" keyword, and more explicit typecasts
Diffstat (limited to 'unix/tkUnixFont.c')
-rw-r--r--unix/tkUnixFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c
index d524bfd..234b282 100644
--- a/unix/tkUnixFont.c
+++ b/unix/tkUnixFont.c
@@ -2636,7 +2636,7 @@ CanUseFallback(
memcpy(newPtr, fontPtr->subFontArray,
fontPtr->numSubFonts * sizeof(SubFont));
if (fixSubFontPtrPtr != NULL) {
- register SubFont *fixSubFontPtr = *fixSubFontPtrPtr;
+ SubFont *fixSubFontPtr = *fixSubFontPtrPtr;
if (fixSubFontPtr != &fontPtr->controlSubFont) {
*fixSubFontPtrPtr =