citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e7c8b868bf51828f9b64d333bfce8690ca13f9c3
parent 5b7cfb202c78dcfa2fc779190b73946ddf7847cf
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Mon,  2 Jan 2017 22:45:49 -0800

t: fix up preamble after src change

Diffstat:
Mt/inst_preamble.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/inst_preamble.t b/t/inst_preamble.t @@ -25,7 +25,7 @@ if ($^O eq "MSWin32") { __pragma(comment(linker,"")) \\ static void f(void) #define INITIALIZER(f) INITIALIZER2_(f,"") -INITIALIZER( init) +INITIALIZER( init_empty) { citrun_node_add(citrun_major, citrun_minor, &_citrun); }