]> git.pond.sub.org Git - empserver/commitdiff
Remove qsort_func_t, belatedly.
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 11 Mar 2005 07:36:13 +0000 (07:36 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 11 Mar 2005 07:36:13 +0000 (07:36 +0000)
src/scripts/indent-emp

index 8cc412271542502af2d74bfb88ea918400dd8295..61586774d582bdcf3e90e590ba3cc8056e08ac3d 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 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"
+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 s_char stkalign_t u_char u_int u_short"
 
 opts="-kr -cdw -cp8 -ncs -psl -ss"
 for t in $types