diff mc.h @ 445:5ec2a88b9f4d const-attribute

const
author kono
date Sun, 21 Nov 2004 19:20:18 +0900
parents d3e6359f8501
children 818505dd6e1f
line wrap: on
line diff
--- a/mc.h	Sun Nov 21 11:20:56 2004 +0900
+++ b/mc.h	Sun Nov 21 19:20:18 2004 +0900
@@ -427,7 +427,8 @@
 typedef struct nametable {
         char *nm;
 	struct nametable *next;
-        int sc,ty,dsp; } NMTBL;
+        int sc,attr;
+	int ty,dsp; } NMTBL;
 
 extern int *heap;
 extern NMTBL *global_list,*local_static_list;