Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AISC_COM/AISC/aisc_global.pa

    r5390 r6141  
    7070                SET $(nummer) = 0 
    7171                SET $(aisc_string) = $(pre)$(SKEY)_ 
    72                 P static const char *$(pre)$(STRUCT)_attribut_names[] = { 
     72                P static const char *$(pre)$(STRUCT)_attribute_names[] = { 
    7373                GOSUB make_attr_names 
    7474                GOSUB printlist 
     
    7878P $n 
    7979 
    80 ############## generate attribut names struct list ############# 
     80############## generate attribute names struct list ############# 
    8181GOSUB 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_names 
     82P const char *aisc_attribute_names_list[] = { 
     83FOR $(STRUCT) 
     84        IF $(SKEY) 
     85             SET $(list2[$(SKEYC)]) = $1(const char *)$(pre)$(STRUCT)_attribute_names 
    8686        ENDIF 
    8787ENDFOR