aewl

diff util.c @ 84:052fe7498930

ordered variables in structs and source files alphabetically
author Anselm R. Garbe <garbeam@wmii.de>
date Mon, 17 Jul 2006 09:12:29 +0200
parents 4bd49f404f10
children 4bee0aa5b286
line diff
     1.1 --- a/util.c	Mon Jul 17 08:37:37 2006 +0200
     1.2 +++ b/util.c	Mon Jul 17 09:12:29 2006 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  #include <sys/wait.h>
     1.5  #include <unistd.h>
     1.6  
     1.7 -/* static functions */
     1.8 +/* static */
     1.9  
    1.10  static void
    1.11  bad_malloc(unsigned int size)
    1.12 @@ -20,7 +20,7 @@
    1.13  	exit(1);
    1.14  }
    1.15  
    1.16 -/* extern functions */
    1.17 +/* extern */
    1.18  
    1.19  void *
    1.20  emallocz(unsigned int size)