enable making ngnutmeg, when --enable-oldapps is set
This commit is contained in:
parent
ffe49a11d4
commit
db91e19e36
10
src/main.c
10
src/main.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue