From c7a86a47001baca65c87d0f060f9a57af8537cf2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 11 Mar 2018 23:17:06 +0100 Subject: Rename some functions to make them unique Makes things less confusing. Ulterior motive: makes Meson unity builds work. --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index d970f87..0d8b760 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,6 +1,6 @@ basic_rendering = ['../src/render.c', '../src/frame.c', '../src/sc_parse.c', '../src/imagestore.c', - '../src/sc_interp.c'] + '../src/sc_interp.c', '../src/utils.c'] e = executable('storycode_test', 'storycode_test.c', '../src/sc_parse.c', dependencies : [gtkdep]) -- cgit v1.2.3