src/frontend/**, whitespace,
object files will change, due to __LINE__ usage
This commit is contained in:
parent
7454a6d486
commit
c0e2d4abef
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue