Rev 8185 | Rev 12246 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 11104 | ||
---|---|---|---|
Line 307... | Line 307... | ||
307 | } |
307 | } |
308 | if(strcmp(vname,"wims_backslash_insmath")==0) { |
308 | if(strcmp(vname,"wims_backslash_insmath")==0) { |
309 | if(strcasecmp(vvalue,"yes")==0) backslash_insmath=1; |
309 | if(strcasecmp(vvalue,"yes")==0) backslash_insmath=1; |
310 | else backslash_insmath=0; |
310 | else backslash_insmath=0; |
311 | } |
311 | } |
- | 312 | } |
|
- | 313 | if (trace_file && wordchr(tmp_debug_var,vname)) { |
|
- | 314 | fprintf(trace_file,"\n%s='%s'\n",vname,vvalue); |
|
312 | } |
315 | } |
313 | return 0; |
316 | return 0; |
314 | } |
317 | } |
315 | 318 | ||
316 | int force_setvar(char *vname,char *vvalue) |
319 | int force_setvar(char *vname,char *vvalue) |