diff mc-parse.h @ 650:fe0a971a6666 struct-alignment

fix alignment in struct
author kono
date Tue, 21 Nov 2006 05:52:02 +0900
parents af6b9ae79583
children cddab906095e
line wrap: on
line diff
--- a/mc-parse.h	Sat Nov 18 15:37:37 2006 +0900
+++ b/mc-parse.h	Tue Nov 21 05:52:02 2006 +0900
@@ -55,6 +55,7 @@
 extern int inline_funcs;    /* inline function list */
 
 extern int parse;   /* parse tree */
+extern int attribute;   /* attribute list (in __attribute())  */
 
 /*
           STRING         nptr
@@ -157,6 +158,10 @@
 extern NMTBL *new_static_name(char *name,int delimit);
 extern int reverse0(int t1);
 extern int size(int t);
+extern void set_attributes(NMTBL *n, int attr);
+
+extern int attr_value_in_list(int list,int attr);
+
 
 /* used in mc-macro.c */