1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 10:40:19 +02:00

use autoheader like every other package in this world

2004-11-08  Paolo Bonzini  <bonzini@gnu.org>

	* lightning.h: New name of...
	* lightning-inst.h: ... this file.
	* lightning.h.in: Removed.

	* opcodes/disass.c: Include config.h.
	* tests/add.c: Include config.h.
	* tests/bp.c: Include config.h.
	* tests/fib.c: Include config.h.
	* tests/fibdelay.c: Include config.h.
	* tests/fibit.c: Include config.h.
	* tests/funcfp.c: Include config.h.
	* tests/incr.c: Include config.h.
	* tests/printf.c: Include config.h.
	* tests/printf2.c: Include config.h.
	* tests/rpn.c: Include config.h.
	* tests/rpnfp.c: Include config.h.
	* tests/testfp.c: Include config.h.

git-archimport-id: bonzini@gnu.org--2004b/lightning--stable--1.2--patch-4
This commit is contained in:
Paolo Bonzini 2004-11-08 15:23:02 +00:00
parent bee3ed0dc4
commit 50a74cf9c1
25 changed files with 11166 additions and 114 deletions

View file

@ -31,7 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "lightning.h"
#include "config.h"
#include "dis-asm.h"
void disassemble(stream, from, to)