From a92771b8eeb748b4e841f0ebca91514203a3fc2b Mon Sep 17 00:00:00 2001 From: mrs Date: Wed, 3 Jul 1996 22:07:53 +0000 Subject: formatting tweaks git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12390 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/genflags.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/genflags.c') diff --git a/gcc/genflags.c b/gcc/genflags.c index e91b45d827b..f8b39833f65 100644 --- a/gcc/genflags.c +++ b/gcc/genflags.c @@ -50,6 +50,7 @@ static struct obstack call_obstack, normal_obstack; static int max_id_len; /* Count the number of match_operand's found. */ + static int num_operands (x) rtx x; @@ -87,6 +88,7 @@ num_operands (x) } /* Print out prototype information for a function. */ + static void gen_proto (insn) rtx insn; @@ -108,6 +110,7 @@ gen_proto (insn) } /* Print out a function declaration without a prototype. */ + static void gen_nonproto (insn) rtx insn; @@ -258,7 +261,7 @@ from the machine description file `md'. */\n\n"); } /* Print out the prototypes now. */ - dummy = (rtx)0; + dummy = (rtx) 0; obstack_grow (&call_obstack, &dummy, sizeof (rtx)); call_insns = (rtx *) obstack_finish (&call_obstack); -- cgit v1.2.1