From 53086aa9dfb53b4375476a059e395b951e0d1cbd Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Wed, 27 Jun 2018 18:02:47 -0600 Subject: [PATCH] util/dttypes: remove register keyword --- cde/programs/util/dttypes/dttypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/util/dttypes/dttypes.c b/cde/programs/util/dttypes/dttypes.c index 7d09582c..164da2f5 100644 --- a/cde/programs/util/dttypes/dttypes.c +++ b/cde/programs/util/dttypes/dttypes.c @@ -34,7 +34,7 @@ #include #include #include -#define INIT register char *sp = instring; +#define INIT char *sp = instring; #define GETC() (*sp++) #define PEEKC() (*sp) #define UNGETC(c) (--sp) -- 2.25.1