mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
* num2integral.i.c: #include <config.h> if HAVE_CONFIG_H.
This commit is contained in:
parent
bf44fc4dbb
commit
b325b9fa78
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
/* this file is #include'd (many times) by numbers.c */
|
/* this file is #include'd (many times) by numbers.c */
|
||||||
|
|
||||||
|
#if HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef UNSIGNED_ITYPE
|
#ifndef UNSIGNED_ITYPE
|
||||||
#ifdef UNSIGNED
|
#ifdef UNSIGNED
|
||||||
#define UNSIGNED_ITYPE ITYPE
|
#define UNSIGNED_ITYPE ITYPE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue