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:
parent
3d2ada2fbc
commit
12255c5896
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue