mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-25 22:13:44 +02:00
b2/: move parts dumping from lang.y to boom.c and make optional (-dc)
This commit is contained in:
parent
22412764d9
commit
f09e4b21fa
@ -87,6 +87,9 @@ static void dump(const char *s)
|
||||
{
|
||||
while (*s) {
|
||||
switch (*s) {
|
||||
case 'c':
|
||||
parts_dump(stderr);
|
||||
break;
|
||||
case 'h':
|
||||
dump_hierarchy(hierarchy);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user