X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcommon%2Fstrtok.c;h=3e5ff7dd58463d890b54c873890680243f00378b;hb=4f6110604326357d378f373b917b92c7ad92997e;hp=d3f8b56f4246b9e005370a464c386319bbed2526;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/libsrc/common/strtok.c b/libsrc/common/strtok.c index d3f8b56f4..3e5ff7dd5 100644 --- a/libsrc/common/strtok.c +++ b/libsrc/common/strtok.c @@ -27,7 +27,7 @@ static char* Last = 0; -char* strtok (char* s1, const char* s2) +char* __fastcall__ strtok (register char* s1, const char* s2) { char c; char* start;