diff gcc/tree-browser.def @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children
line wrap: on
line diff
--- a/gcc/tree-browser.def	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/tree-browser.def	Fri Feb 12 23:39:51 2010 +0900
@@ -19,7 +19,7 @@
 <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.  */
 
@@ -82,12 +82,12 @@
 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.")
 
 
 /*