enable making ngnutmeg, when --enable-oldapps is set

This commit is contained in:
Holger Vogt 2020-05-05 11:59:23 +02:00
parent ffe49a11d4
commit db91e19e36
1 changed files with 9 additions and 1 deletions

View File

@ -421,7 +421,15 @@ ENHtranslate_poly(struct card *deck)
}
int
load_opus(char *name)
EVTswitch_plot(CKTcircuit* ckt, const char* plottypename)
{
NG_IGNORE(ckt);
NG_IGNORE(plottypename);
return 1;
};
int
load_opus(const char *name)
{
NG_IGNORE(name);
return 1;