From f6ec08afb96292fd3c802c1f633d8de249664c72 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Fri, 6 Jan 2012 16:58:54 +0100 Subject: Add fetch.c/fetch.h, a module for fetching function arguments - this is now a thin wrapper over gimme_arg, ideally the backends will eventually use this right interface - in display_args.c, strip one layer of pointer wrapping, which is now done in output.c --- handle_event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle_event.c') diff --git a/handle_event.c b/handle_event.c index 7d1eb61..ffce2ff 100644 --- a/handle_event.c +++ b/handle_event.c @@ -37,9 +37,9 @@ #include "common.h" #include "value_dict.h" #include "breakpoint.h" -#include "common.h" #include "library.h" #include "proc.h" +#include "fetch.h" static void handle_signal(Event *event); static void handle_exit(Event *event); -- cgit v1.2.3