diff options
Diffstat (limited to '')
-rw-r--r-- | cad/mars/files/patch-10 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/mars/files/patch-10 b/cad/mars/files/patch-10 new file mode 100644 index 000000000000..d409bf9d0005 --- /dev/null +++ b/cad/mars/files/patch-10 @@ -0,0 +1,10 @@ +--- include/component.h.orig Tue Dec 9 20:04:47 2003 ++++ include/component.h Tue Dec 9 20:05:04 2003 +@@ -153,6 +153,6 @@ + } Neighbor; + + Neighbor *find_neighbor(); +-Neighbor *add_neighbor(); ++Neighbor *add_neighbor(register Component *c, register Component *neighc, int max_num_neighbors, int num_classes, ... ); + Param *param_init(); + #endif /* COMPONENT_H */ |