Subversion Repositories wimsdev

Rev

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

Rev 13573 Rev 15573
Line 366... Line 366...
366
  char *val;
366
  char *val;
367
  getvar_len=0; val=_getvar(vname);
367
  getvar_len=0; val=_getvar(vname);
368
  if(val==NULL && memcmp(vname,mathfont_prefix,strlen(mathfont_prefix))==0) {// mathfont_prefix m_ is add
368
  if(val==NULL && memcmp(vname,mathfont_prefix,strlen(mathfont_prefix))==0) {// mathfont_prefix m_ is add
369
    val=mathfont(vname);
369
    val=mathfont(vname);
370
    if(val) getvar_len=strlen(val); else getvar_len=0;
370
    if(val) getvar_len=strlen(val); else getvar_len=0;
-
 
371
  }
-
 
372
  if (trace_file && wordchr(tmp_debug_use_var,vname)) {
-
 
373
    fprintf(trace_file,"\nuse %s:'%s'\n",vname,val);
371
  }
374
  }
372
  return val;
375
  return val;
373
}
376
}
374
 
377
 
375
/* Search variables with numeric subscripts, from beg to end.
378
/* Search variables with numeric subscripts, from beg to end.