Diff for /embedaddon/quagga/lib/memory.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 17:26:12 version 1.1.1.2, 2013/07/21 23:54:39
Line 21  Software Foundation, Inc., 59 Temple Place - Suite 330 Line 21  Software Foundation, Inc., 59 Temple Place - Suite 330
 #ifndef _ZEBRA_MEMORY_H  #ifndef _ZEBRA_MEMORY_H
 #define _ZEBRA_MEMORY_H  #define _ZEBRA_MEMORY_H
   
   #define array_size(ar) (sizeof(ar) / sizeof(ar[0]))
   
 /* For pretty printing of memory allocate information. */  /* For pretty printing of memory allocate information. */
 struct memory_list  struct memory_list
 {  {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>