mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +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 */
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifndef UNSIGNED_ITYPE
|
||||
#ifdef UNSIGNED
|
||||
#define UNSIGNED_ITYPE ITYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue