OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / tree-browser.def
index 57fb1df..cd8145b 100644 (file)
@@ -1,12 +1,12 @@
 /* Definitions and documentation for the codes used by the Tree Browser.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
 
 GCC is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2, or (at your option) any later
+Software Foundation; either version 3, or (at your option) any later
 version.
 
 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
@@ -15,12 +15,11 @@ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 for more details.
 
 You should have received a copy of the GNU General Public License
-along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+along with GCC; see the file COPYING3.  If not see
+<http://www.gnu.org/licenses/>.  */
 
 /* First field in the following declarations is the code of the command
-   used by the tree browser.  
+   used by the tree browser.
    Second field is what is parsed in order to recognize a command.
    Third field is used for printing the help message.  */
 
@@ -33,7 +32,7 @@ DEFTBCODE (TB_UPDATE_UP,        "update", "Update information about parent expre
 DEFTBCODE (TB_VERBOSE,          "verbose", "Sets/unsets verbose mode (default is on).")
 
 /* Walking commands.  */
-DEFTBCODE (TB_FUN,             "fun",  "Go to the curent function declaration.")
+DEFTBCODE (TB_FUN,             "fun",  "Go to the current function declaration.")
 DEFTBCODE (TB_NEXT,            "nx",   "Go to the next expression in a BIND_EXPR.")
 DEFTBCODE (TB_PREV,            "pr",   "Go to the previous expression in a BIND_EXPR.")
 DEFTBCODE (TB_UP,              "up",   "Go to the parent tree node.")
@@ -83,12 +82,12 @@ DEFTBCODE (TB_MIN,              "min", "Field accessor.")
 DEFTBCODE (TB_MAX,              "max", "Field accessor.")
 
 /* Searching commands.  */
-DEFTBCODE (TB_SEARCH_CODE,     "sc",   "Search a node having a TREE_CODE given as a parameter.") 
+DEFTBCODE (TB_SEARCH_CODE,     "sc",   "Search a node having a TREE_CODE given as a parameter.")
 DEFTBCODE (TB_SEARCH_NAME,     "sn",   "Search an identifier having a name given as a parameter.")
 
 /* Printing commands.  */
-DEFTBCODE (TB_PRETTY_PRINT,     "pp",   "Pretty print current node.") 
-DEFTBCODE (TB_PRINT,            "p",    "Prints the current node.")  
+DEFTBCODE (TB_PRETTY_PRINT,     "pp",   "Pretty print current node.")
+DEFTBCODE (TB_PRINT,            "p",    "Prints the current node.")
 
 
 /*