|
|
|
@ -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 |
|
|
|
|