mirror of
https://github.com/open-simh/simtools.git
synced 2026-03-03 01:58:59 +00:00
Fix .library pseudo
Two problems: 1. Spurious "junk at end of line" message because no parsing was done in pass 2 2. Error messages not shown because error printing only happens in pass 2 Solution for both is to process the directive in both passes.
This commit is contained in:
@@ -568,7 +568,7 @@ O 75 .endc
|
||||
}
|
||||
|
||||
case P_LIBRARY:
|
||||
if (pass == 0) {
|
||||
{
|
||||
char hitfile[FILENAME_MAX];
|
||||
char *name = getstring_fn(cp, &cp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user