Browse Source

src/frontend/**, whitespace,

object files will change, due to __LINE__ usage
rlar 14 years ago
parent
commit
c0e2d4abef
  1. 2
      src/frontend/dotcards.c
  2. 29
      src/frontend/numparam/xpressn.c

2
src/frontend/dotcards.c

@ -160,6 +160,7 @@ ft_savedotargs(void)
return some;
}
void
ft_savemeasure(void)
{
@ -178,6 +179,7 @@ ft_savemeasure(void)
return;
}
/* Execute the .whatever lines found in the deck, after we are done running.
* We'll be cheap and use cp_lexer to get the words... This should make us
* spice-2 compatible. If terse is TRUE then there was a rawfile, so don't

29
src/frontend/numparam/xpressn.c

@ -1296,35 +1296,6 @@ formula(tdico *dico, char *s, bool *perror)
}
static bool
evaluate(tdico *dico, SPICE_DSTRINGPTR qstr_p, char *t, unsigned char mode)
{

Loading…
Cancel
Save