Branch: refs/heads/master
Author: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Committer: Dimitar Zhekov <dimitar.zhekov(a)gmail.com>
Date: Fri, 26 Jun 2015 15:57:44 UTC
Commit: fc82f9d9e1bc3077f7d36feb690a7f90bba1399d
https://github.com/geany/geany/commit/fc82f9d9e1bc3077f7d36feb690a7f90bba13…
Log Message:
-----------
Fix spawn with -DSPAWN_TEST not to require GEANY_API_SYMBOL
As stated in spawn.c, "This module does not depend on Geany when
compiled for testing (-DSPAWN_TEST)."
Modified Paths:
--------------
src/spawn.c
Modified: src/spawn.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -59,6 +59,7 @@
#ifdef SPAWN_TEST
# define _
+# define GEANY_API_SYMBOL
#else
# include "support.h"
#endif
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).