remove deprecated storage class
This commit is contained in:
parent
9311674499
commit
5abd8057e6
|
|
@ -117,9 +117,8 @@ inline int substring(const char *sub, const char *str)
|
|||
|
||||
#ifdef CIDER
|
||||
/* cider integration */
|
||||
|
||||
int cinprefix(register char *p, register char *s, register int n);
|
||||
int cimatch(register char *p, register char *s);
|
||||
int cinprefix(char *p, char *s, int n);
|
||||
int cimatch(char *p, char *s);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue