comparison gcc/et-forest.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Et-forest data structure implementation. 1 /* Et-forest data structure implementation.
2 Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2007, 2010
3 Free Software Foundation, Inc.
3 4
4 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3 of the License, or 7 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version. 8 (at your option) any later version.
46 is used to convert node values to the internal representation. */ 47 is used to convert node values to the internal representation. */
47 48
48 #ifndef _ET_TREE_H 49 #ifndef _ET_TREE_H
49 #define _ET_TREE_H 50 #define _ET_TREE_H
50 51
51 #include <ansidecl.h>
52 #include <stddef.h>
53
54 #ifdef __cplusplus 52 #ifdef __cplusplus
55 extern "C" { 53 extern "C" {
56 #endif /* __cplusplus */ 54 #endif /* __cplusplus */
57 55
58 /* The node representing the node in an et tree. */ 56 /* The node representing the node in an et tree. */