1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Fix `#ifdef HAVE_CONFIG_H' stanza in some stand-alone tests.

* test-suite/standalone/test-asmobs-lib.c,
  test-suite/standalone/test-extensions-lib.c,
  test-suite/standalone/test-ffi-lib.c,
  test-suite/standalone/test-list.c,
  test-suite/standalone/test-num2integral.c,
  test-suite/standalone/test-with-guile-module.c: Change `#ifndef
  HAVE_CONFIG_H' to `#ifdef HAVE_CONFIG_H' (!).
This commit is contained in:
Ludovic Courtès 2011-04-25 23:54:47 +02:00
parent d0476fa2b0
commit eb0ffdd819
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -16,7 +16,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -16,7 +16,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -18,7 +18,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -16,7 +16,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -16,7 +16,7 @@
* 02110-1301 USA * 02110-1301 USA
*/ */
#ifndef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif