From 3ef42a0c4f590a9d67b46c5aecfa5fea4546b174 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 18 Jan 2002 13:40:36 +0000 Subject: bitmap.h: Fix comment formatting. * bitmap.h: Fix comment formatting. * combine.c: Likewise. * cppfiles.c: Likewise. * c-pragma.h: Likewise. * c-typeck.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genattrtab.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * predict.c: Likewise. * rtlanal.c: Likewise. * rtl.h: Likewise. * unwind-dw2-fde.h: Likewise. * unwind-pe.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r48987 --- gcc/c-pragma.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gcc/c-pragma.h') diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h index dddface..ff00f32 100644 --- a/gcc/c-pragma.h +++ b/gcc/c-pragma.h @@ -1,5 +1,6 @@ /* Pragma related interfaces. - Copyright (C) 1995, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002 + Free Software Foundation, Inc. This file is part of GCC. @@ -44,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA extern void init_pragma PARAMS ((void)); /* Duplicate prototypes for the register_pragma stuff and the typedef for - cpp_reader, to avoid dragging cpplib.h in almost everywhere... */ + cpp_reader, to avoid dragging cpplib.h in almost everywhere... */ #ifndef GCC_CPPLIB_H typedef struct cpp_reader cpp_reader; -- cgit v1.1