src/frontend/**, whitespace,

object files will change, due to __LINE__ usage
This commit is contained in:
rlar 2012-09-20 20:32:02 +02:00
parent 7454a6d486
commit c0e2d4abef
2 changed files with 2 additions and 29 deletions

View File

@ -160,6 +160,7 @@ ft_savedotargs(void)
return some; return some;
} }
void void
ft_savemeasure(void) ft_savemeasure(void)
{ {
@ -178,6 +179,7 @@ ft_savemeasure(void)
return; return;
} }
/* Execute the .whatever lines found in the deck, after we are done running. /* 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 * 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 * spice-2 compatible. If terse is TRUE then there was a rawfile, so don't

View File

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