projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c822c2
)
util/dttypes: remove register keyword
author
Jon Trulson
<jon@radscan.com>
Thu, 28 Jun 2018 00:02:47 +0000
(18:02 -0600)
committer
Jon Trulson
<jon@radscan.com>
Thu, 28 Jun 2018 04:20:34 +0000
(22:20 -0600)
cde/programs/util/dttypes/dttypes.c
patch
|
blob
|
history
diff --git
a/cde/programs/util/dttypes/dttypes.c
b/cde/programs/util/dttypes/dttypes.c
index 7d09582c7fa36b94db6db73dce4507ea46c483f6..164da2f5fafa4e25506e079183f7289b1a24a5a8 100644
(file)
--- a/
cde/programs/util/dttypes/dttypes.c
+++ b/
cde/programs/util/dttypes/dttypes.c
@@
-34,7
+34,7
@@
#include <stdio.h>
#include <Xm/Xm.h>
#include <X11/Shell.h>
-#define INIT
register
char *sp = instring;
+#define INIT char *sp = instring;
#define GETC() (*sp++)
#define PEEKC() (*sp)
#define UNGETC(c) (--sp)