From 9be3aa77391dd5c274e5035b7c77f3415ff7df4c Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 23 Feb 2005 15:55:58 +0000 Subject: [PATCH] Tell indent about i_packing and i_type, belatedly. --- src/scripts/indent-emp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/indent-emp b/src/scripts/indent-emp index d699773f..8cc41227 100755 --- a/src/scripts/indent-emp +++ b/src/scripts/indent-emp @@ -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