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
|
#ifdef CIDER
|
||||||
/* cider integration */
|
/* cider integration */
|
||||||
|
int cinprefix(char *p, char *s, int n);
|
||||||
int cinprefix(register char *p, register char *s, register int n);
|
int cimatch(char *p, char *s);
|
||||||
int cimatch(register char *p, register char *s);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue