remove deprecated storage class

This commit is contained in:
Holger Vogt
2021-03-28 13:30:39 +02:00
parent 9311674499
commit 5abd8057e6
+2 -3
View File
@@ -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