getexpress(), scope

This commit is contained in:
rlar 2017-11-18 12:20:38 +01:00
parent f2013088a6
commit 9ace8b161f
1 changed files with 1 additions and 2 deletions

View File

@ -1343,7 +1343,6 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
const char *xia_ptr; const char *xia_ptr;
const char *ls_ptr; const char *ls_ptr;
const char *p = *pi - 1; const char *p = *pi - 1;
int level;
char c, d; char c, d;
nupa_type tpe; nupa_type tpe;
@ -1385,7 +1384,7 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
if (c == '(') { if (c == '(') {
/* sub-formula */ /* sub-formula */
level = 1; int level = 1;
do do
{ {
p++; p++;