X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c703902741e0f7ce55f87e48ef0d00901195f1bc..792d7e1e:/sbr/smatch.c?ds=sidebyside diff --git a/sbr/smatch.c b/sbr/smatch.c index 4d1d3d68..8ec6e3f2 100644 --- a/sbr/smatch.c +++ b/sbr/smatch.c @@ -11,11 +11,11 @@ int -smatch(char *string, struct swit *swp) +smatch(const char *string, const struct swit *swp) { - char *sp, *tcp; + const char *sp, *tcp; int firstone, len; - struct swit *tp; + const struct swit *tp; firstone = UNKWNSW;