summaryrefslogtreecommitdiff
path: root/MagickCore/token-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/token-private.h')
-rw-r--r--MagickCore/token-private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MagickCore/token-private.h b/MagickCore/token-private.h
index bb5ec2dd3..33c233e21 100644
--- a/MagickCore/token-private.h
+++ b/MagickCore/token-private.h
@@ -1,5 +1,5 @@
/*
- Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization
+ Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
dedicated to making software imaging solutions freely available.
You may not use this file except in compliance with the License. You may
@@ -57,10 +57,10 @@ static inline unsigned char *ConvertLatin1ToUTF8(
int
c;
- register const unsigned char
+ const unsigned char
*magick_restrict p;
- register unsigned char
+ unsigned char
*magick_restrict q;
size_t
@@ -99,10 +99,10 @@ static inline int GetNextUTFCode(const char *magick_restrict text,
int
code;
- register ssize_t
+ ssize_t
i;
- register int
+ int
c,
unicode;