util/dttypes: remove register keyword
This commit is contained in:
parent
1c822c2f0b
commit
53086aa9df
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue