comparison gcc/LANGUAGES @ 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 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
53 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", "d", 0) 53 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", "d", 0)
54 54
55 New way: 55 New way:
56 56
57 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0) 57 DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
58
59
60 Copyright (C) 1998, 2001, 2002, 2004 Free Software Foundation, Inc.
61
62 Copying and distribution of this file, with or without modification,
63 are permitted in any medium without royalty provided the copyright
64 notice and this notice are preserved.