X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fmy_str.h;h=60fcc76f5ae902c8ccbe78021b9aaddd2e0cd7e9;hb=HEAD;hp=f541481d1df67aff7b3b7effd504b6a95975f15b;hpb=91977a1c79fbe3648395fcb33ebfd7dd76364cb8;p=ia32rtools.git diff --git a/tools/my_str.h b/tools/my_str.h index f541481..60fcc76 100644 --- a/tools/my_str.h +++ b/tools/my_str.h @@ -6,7 +6,7 @@ static int my_isblank(char c) static int my_issep(char c) { return c == '(' || c == ')' || c == '[' || c == ']' - || c == '<' || c == '>' || c == ',' + || c == '<' || c == '>' || c == ',' || c == ';' || c == '+' || c == '-' || c == '*' || c == '/'; }