2000-10-12 Kazu Hirata <kazu@hxi.com>

* app.c: Fix formatting.
	* as.c: Likewise.
	* as.h: Likewise.
	* bit_fix.h: Likewise.
	* cgen.c: Likewise.
	* cgen.h: Likewise.
	* cond.c: Likewise.
This commit is contained in:
Kazu Hirata 2000-10-11 20:24:32 +00:00
parent d01e2a23a3
commit 30a2b4ef8f
8 changed files with 156 additions and 159 deletions

View file

@ -28,8 +28,7 @@
scanned. */
struct obstack cond_obstack;
struct file_line
{
struct file_line {
char *file;
unsigned int line;
};
@ -37,8 +36,7 @@ struct file_line
/* We push one of these structures for each .if, and pop it at the
.endif. */
struct conditional_frame
{
struct conditional_frame {
/* The source file & line number of the "if". */
struct file_line if_file_line;
/* The source file & line of the "else". */