1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* standalone/test-asmobs-lib.c: Fixed include statement.

This commit is contained in:
Dirk Herrmann 2004-05-29 08:58:22 +00:00
parent 3d2ada2fbc
commit 12255c5896
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
* standalone/test-asmobs-lib.c: Fixed include statement.
2004-05-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
* tests/goops.test: Wrap tests in module (test-suite

View file

@ -15,7 +15,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <libguile.h>
#include "libguile.h"
long asmob000;
long asmob100;