diff TestPriorityQueue.c @ 3:500d0e2fabfb

made pure C and added .brch__defaul and eol handling
author Me@portablequad
date Sat, 11 Feb 2012 20:27:13 -0800
parents 9ecc993a29ea
children
line diff
     1.1 --- a/TestPriorityQueue.c	Thu Feb 09 15:55:54 2012 +0100
     1.2 +++ b/TestPriorityQueue.c	Sat Feb 11 20:27:13 2012 -0800
     1.3 @@ -14,7 +14,7 @@
     1.4  static char *first,*second,*third;
     1.5  
     1.6  int init_suite (void) {
     1.7 -	if (NULL == (Q= makeVMSPrioQ())) return -1;
     1.8 +	if (NULL == (Q= makePrioQ())) return -1;
     1.9  	else return 0;
    1.10  }
    1.11