From 88b5b080c3b9fe5cc480b9e7f201d692700e3460 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 9 Oct 2001 14:03:13 +0000 Subject: * c-common.h: Fix comment formatting. * c-dump.c: Likewise. * cfg.c: Likewise. * diagnostic.h: Likewise. * except.c: Likewise. * gcc.h: Likewise. * gcov-io.h: Likewise. * genattrtab.c: Likewise. * output.h: Likewise. * predict.h: Likewise. * reload1.c: Likewise. * reload.h: Likewise. * resource.h: Likewise. * scan.h: Likewise. * system.h: Likewise. * tree.h: Likewise. * tree-inline.c: Likewise. * tsystem.h: Likewise. * varasm.c: Likewise. * xcoffout.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46122 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/resource.h') diff --git a/gcc/resource.h b/gcc/resource.h index f746dbd50f4..fc2330c8e15 100644 --- a/gcc/resource.h +++ b/gcc/resource.h @@ -23,7 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA do { (RES)->memory = (RES)->unch_memory = (RES)->volatil = (RES)->cc = 0; \ CLEAR_HARD_REG_SET ((RES)->regs); } while (0) -/* The resources used by a given insn. */ +/* The resources used by a given insn. */ struct resources { char memory; /* Insn sets or needs a memory location. */ -- cgit v1.2.3