Initialize has_cpp to 0.

This commit is contained in:
Joris Vink 2015-04-02 13:34:51 +02:00
parent 3a608a99bb
commit 3b7d8b29e6
1 changed files with 1 additions and 0 deletions

View File

@ -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;