defsubckt(), constness
This commit is contained in:
parent
27884d2512
commit
dbcbf62012
|
|
@ -507,7 +507,7 @@ defsubckt(dico_t *dico, struct card *card, nupa_type categ)
|
||||||
to enter subcircuit (categ=U) and model (categ=O) names
|
to enter subcircuit (categ=U) and model (categ=O) names
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
char *s = card->line;
|
const char * const s = card->line;
|
||||||
int w = card->linenum;
|
int w = card->linenum;
|
||||||
|
|
||||||
bool err;
|
bool err;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue