dump-parse-tree.c: Update copyright years.
* dump-parse-tree.c: Update copyright years. * matchexp.c: Likewise. * module.c: Likewise. From-SVN: r110820
This commit is contained in:
parent
2414e1d655
commit
3cf16ac45b
4 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
2006-02-09 Tobias Schl<68>üter <tobias.schlueter@physik.uni-muenchen.de>
|
||||
|
||||
* dump-parse-tree.c: Update copyright years.
|
||||
* matchexp.c: Likewise.
|
||||
* module.c: Likewise.
|
||||
|
||||
PR fortran/14771
|
||||
* gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
|
||||
* dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Parse tree dumper
|
||||
Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
Contributed by Steven Bosscher
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* Expression parser.
|
||||
Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Free Software Foundation,
|
||||
Inc.
|
||||
Contributed by Andy Vaught
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Handle modules, which amounts to loading and saving symbols and
|
||||
their attendant structures.
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
|
||||
Inc.
|
||||
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
|
||||
Software Foundation, Inc.
|
||||
Contributed by Andy Vaught
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
Loading…
Add table
Reference in a new issue