kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 3b7d8b29e64973f6c644bc3a43e9469073c72a51
parent 3a608a99bb686ae622edd72e643267aa1169264d
Author: Joris Vink <joris@coders.se>
Date:   Thu,  2 Apr 2015 13:34:51 +0200

Initialize has_cpp to 0.

Diffstat:
src/cli.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/cli.c b/src/cli.c @@ -944,6 +944,7 @@ cli_link_library(void *arg) args[idx++] = "-shared"; #endif + has_cpp = 0; TAILQ_FOREACH(cf, &source_files, list) { if (cf->cpp) has_cpp = 1;