diff options
Diffstat (limited to 'cad/irsim/files/patch-src-other-h2a-sort.c')
-rw-r--r-- | cad/irsim/files/patch-src-other-h2a-sort.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-src-other-h2a-sort.c b/cad/irsim/files/patch-src-other-h2a-sort.c new file mode 100644 index 000000000000..f9e5a6844bff --- /dev/null +++ b/cad/irsim/files/patch-src-other-h2a-sort.c @@ -0,0 +1,10 @@ +--- src/other/h2a/sort.c.orig Sun Oct 8 13:27:07 2006 ++++ src/other/h2a/sort.c Sun Oct 8 13:27:10 2006 +@@ -17,6 +17,7 @@ + static phist *dataBuff; + static phist *dataBuff1; + ++static BucketSort(); + + /* + * Sort the edge array pointed to by 'lineBuff'. Return a pointer to a |