summaryrefslogtreecommitdiffstats
path: root/tdehtml/html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-20 11:22:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-20 11:22:30 +0900
commit30606e55f1a570463d837cb110b0bd4adba6643b (patch)
tree7e7ca7c48fc9b880fb67c659e9f6024dc5774fc4 /tdehtml/html
parentc088fbf55bde4faa68a6d51ba44085bd97c1e4e2 (diff)
downloadtdelibs-30606e55f1a570463d837cb110b0bd4adba6643b.tar.gz
tdelibs-30606e55f1a570463d837cb110b0bd4adba6643b.zip
Remove remaining 'register' instructions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml/html')
-rw-r--r--tdehtml/html/doctypes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdehtml/html/doctypes.cpp b/tdehtml/html/doctypes.cpp
index 4c456dc71..adbefab87 100644
--- a/tdehtml/html/doctypes.cpp
+++ b/tdehtml/html/doctypes.cpp
@@ -51,7 +51,7 @@ inline
#endif
#endif
static unsigned int
-hash (register const char *str, unsigned int len)
+hash (const char *str, unsigned int len)
{
static const unsigned short asso_values[] =
{
@@ -334,7 +334,7 @@ hash (register const char *str, unsigned int len)
__inline
#endif
const struct PubIDInfo *
-findDoctypeEntry (register const char *str, unsigned int len)
+findDoctypeEntry (const char *str, unsigned int len)
{
enum
{