summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/gr_runtime.cc
diff options
context:
space:
mode:
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-12-18 05:39:40 +0000
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>2006-12-18 05:39:40 +0000
commit424a1b454020727163cbbb0b19e8ea2f0833ef85 (patch)
tree1490a6da0eba69e6f5eb0e738785565ffc21ef4f /gnuradio-core/src/lib/runtime/gr_runtime.cc
parentbc0f3fc1f8593a25d2f9bc1c83d73260d18d33ac (diff)
Cleanup on hierarchical flowgraph code.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-core/src/lib/runtime/gr_runtime.cc')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_runtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_runtime.cc b/gnuradio-core/src/lib/runtime/gr_runtime.cc
index 93f78fea85..aab8ea5ab1 100644
--- a/gnuradio-core/src/lib/runtime/gr_runtime.cc
+++ b/gnuradio-core/src/lib/runtime/gr_runtime.cc
@@ -49,7 +49,7 @@ gr_runtime::~gr_runtime()
delete d_impl;
}
-// HACK: This prevents using more than one gr_runtime instance
+// FIXME: This prevents using more than one gr_runtime instance
static void
runtime_sigint_handler(int signum)
{