comparison mc-parse.h @ 655:cddab906095e

struct init in function arg (or other expression).
author kono
date Sun, 14 Jan 2007 20:30:31 +0900
parents fe0a971a6666
children 8320ae3ac186
comparison
equal deleted inserted replaced
654:fd2dfa1fa627 655:cddab906095e
147 extern int gset_type_attr(int type,int attr); 147 extern int gset_type_attr(int type,int attr);
148 extern int get_type_attr(int type); 148 extern int get_type_attr(int type);
149 extern int type_value(int type); 149 extern int type_value(int type);
150 extern int set_type_with_attr(int type,int type_with_attr); 150 extern int set_type_with_attr(int type,int type_with_attr);
151 extern int gset_type_with_attr(int type,int type_with_attr); 151 extern int gset_type_with_attr(int type,int type_with_attr);
152 extern int gfree; /* local free heap top */
152 153
153 154
154 #if LONGLONG_CODE 155 #if LONGLONG_CODE
155 extern int llist2(int e1, long long d1); 156 extern int llist2(int e1, long long d1);
156 #endif 157 #endif