* hppa-tdep.h (hppa_in_solib_call_trampoline)
[deliverable/binutils-gdb.git] / gdb / expression.h
index 4cb34387cea0958ac42015485b5985faf8d0b5ed..dd6184a171fd8540613069fbfab655b3f5089ff7 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for expressions stored in reversed prefix form, for GDB.
 
-   Copyright 1986, 1989, 1992, 1994, 2000, 2003, 2005 Free Software
+   Copyright (C) 1986, 1989, 1992, 1994, 2000, 2003, 2005 Free Software
    Foundation, Inc.
 
    This file is part of GDB.
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #if !defined (EXPRESSION_H)
 #define EXPRESSION_H 1
@@ -324,7 +324,7 @@ enum exp_opcode
     /* An Objective C Foundation Class NSString constant */
     OP_OBJC_NSSTRING,
 
-    /* A F90 array range operator. (for "exp:exp", "exp:", ":exp" and ":") */
+    /* A F90 array range operator (for "exp:exp", "exp:", ":exp" and ":").  */
     OP_F90_RANGE,
 
      /* First extension operator.  Individual language modules define
This page took 0.023675 seconds and 4 git commands to generate.