Improve comment.

This commit is contained in:
Holger Vogt 2025-08-31 15:10:17 +02:00
parent 0e544af83a
commit 2a942a2161
1 changed files with 2 additions and 1 deletions

View File

@ -3967,7 +3967,8 @@ static void expand_section_references(struct card *c, const char *dir_name)
tfree(filename);
}
else if (ciprefix(".lib", c->line)) {
/* add SOA check info direcly after inserting the library */
/* For use with the IHP Open PDK:
add SOA check info direcly after inserting the library */
if (cp_getvar("soacheck", CP_BOOL, NULL, 0))
insert_new_line(c, copy(".param SWSOA=1"), c->linenum + 1, 0, "internal");
c = expand_section_ref(c, dir_name);