mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
util/dttypes: remove register keyword
This commit is contained in:
parent
1c822c2f0b
commit
53086aa9df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue