Changeset 6141 for trunk/AISC_COM/AISC/aisc_global.pa
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/AISC_COM/AISC/aisc_global.pa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/AISC_COM/AISC/aisc_global.pa
r5390 r6141 70 70 SET $(nummer) = 0 71 71 SET $(aisc_string) = $(pre)$(SKEY)_ 72 P static const char *$(pre)$(STRUCT)_attribut _names[] = {72 P static const char *$(pre)$(STRUCT)_attribute_names[] = { 73 73 GOSUB make_attr_names 74 74 GOSUB printlist … … 78 78 P $n 79 79 80 ############## generate attribut names struct list #############80 ############## generate attribute names struct list ############# 81 81 GOSUB clearobjlist 82 P const char *aisc_attribut _names_list[] = {83 FOR $(STRUCT) 84 IF $(SKEY) 85 SET $(list2[$(SKEYC)]) = $1(const char *)$(pre)$(STRUCT)_attribut _names82 P const char *aisc_attribute_names_list[] = { 83 FOR $(STRUCT) 84 IF $(SKEY) 85 SET $(list2[$(SKEYC)]) = $1(const char *)$(pre)$(STRUCT)_attribute_names 86 86 ENDIF 87 87 ENDFOR
