]> git.pond.sub.org Git - empserver/commitdiff
Tell indent about i_packing and i_type, belatedly.
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 23 Feb 2005 15:55:58 +0000 (15:55 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 23 Feb 2005 15:55:58 +0000 (15:55 +0000)
src/scripts/indent-emp

index d699773f0c2bb1361f9b4aca378ccf70a1b90875..8cc412271542502af2d74bfb88ea918400dd8295 100755 (executable)
@@ -2,7 +2,7 @@
 
 # indent needs to know type names do to a proper job.
 # Type names located with grep typedef, then extracted by hand:
-types="coord empth_sem_t empth_t loc_Sem_t loc_Thread_t natid ns_seltype nsc_cat nsc_flags nsc_type packed_nsc_cat packed_nsc_type qsort_func_t s_char stkalign_t u_char u_int u_short"
+types="coord empth_sem_t empth_t i_packing i_type loc_Sem_t loc_Thread_t natid ns_seltype nsc_cat nsc_flags nsc_type packed_nsc_cat packed_nsc_type qsort_func_t s_char stkalign_t u_char u_int u_short"
 
 opts="-kr -cdw -cp8 -ncs -psl -ss"
 for t in $types