1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

upgrade to autoconf 2.60

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-27
This commit is contained in:
Paolo Bonzini 2006-09-05 09:32:47 +00:00
parent 2c1b6b96e8
commit 65f45278de
21 changed files with 2525 additions and 2157 deletions

View file

@ -3,8 +3,4 @@
#include "lightning.h"
#ifndef HAVE_MEMCPY
#define memcpy(d, s, n) bcopy((s),(d),(n))
#endif
#endif