remove deprecated storage class

This commit is contained in:
Holger Vogt 2021-03-21 14:18:50 +01:00
parent 9311674499
commit 5abd8057e6
1 changed files with 2 additions and 3 deletions

View File

@ -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