xpressn.c, fetchid(), #4/15 use fact

This commit is contained in:
rlar 2015-10-10 14:50:10 +02:00
parent e8fa81e382
commit cc68d8fadb
1 changed files with 0 additions and 2 deletions

View File

@ -706,8 +706,6 @@ fetchid(SPICE_DSTRINGPTR t, const char *s, const char *s_end)
c = *s++;
// facts: alfa(c) == true && s <= s_end
while (!alfa(c) && (s < s_end))
c = *s++;
spice_dstring_reinit(t);
cadd(t, upcase(c));