1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

- added the usual COLOR_ prefix also to TOOL_SELECTED/TOOL_UNSELECTED

- instantiate_meas if a mesurements has no samples, do the next one, don't stop
  completely
- when instantiation fails, the corresponding vector, object, or loop is now
  marked red in the variables/items list.



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5432 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-13 09:30:16 +00:00
parent 2d8b36d65c
commit 8e54c1f7c3
9 changed files with 56 additions and 21 deletions

2
obj.h
View File

@@ -183,7 +183,7 @@ extern char *part_name;
extern struct frame *frames;
extern struct frame *root_frame;
extern struct frame *active_frame;
extern int instantiation_ok;
extern void *instantiation_error;
int instantiate(void);