Subversion Repositories wimsdev

Rev

Rev 16838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16838 Rev 17918
Line 198... Line 198...
198
      if (_matchit2(&p, &ps, "audio")) continue;
198
      if (_matchit2(&p, &ps, "audio")) continue;
199
      if (_matchit2(&p, &ps, "slib")) continue;
199
      if (_matchit2(&p, &ps, "slib")) continue;
200
      if (_matchit1(&p, &ps, "embed")) continue;
200
      if (_matchit1(&p, &ps, "embed")) continue;
201
      if (_matchit1(&p, &ps, "special")) continue;
201
      if (_matchit1(&p, &ps, "special")) continue;
202
      if (_matchit3(&p, &ps, "draw",1)) continue;
202
      if (_matchit3(&p, &ps, "draw",1)) continue;
-
 
203
      if (_matchit3(&p, &ps, "drawtikz",1)) continue;
203
      if (_matchit3(&p, &ps, "canvasdraw",0)) continue;
204
      if (_matchit3(&p, &ps, "canvasdraw",0)) continue;
204
      *p++=0; fprintf(outf,"%s$m_",ps); ps=p; continue;
205
      *p++=0; fprintf(outf,"%s$m_",ps); ps=p; continue;
205
    }
206
    }
206
    if(c=='\\') {
207
    if(c=='\\') {
207
      ovlstrcpy(p,p+1); continue;
208
      ovlstrcpy(p,p+1); continue;