Expel Tarjan from his nest
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 17 Sep 2010 06:03:34 +0000 (09:03 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 17 Sep 2010 06:03:34 +0000 (09:03 +0300)
commitb9168b67355d2da8f62f880adfce37c0e38720d1
tree43b9a8a2d1d7c3912e92c609a3277783860e78ac
parent8abe568e0092bb6301baa5cb49a510a9fb4979ad
Expel Tarjan from his nest
- Nested functions are a gcc-extension and very non-portable. Refactor
  to eliminate the nesting by passing the "global" variables via
  a struct from detectSCCs().
lib/order.c