diff PriorityQueue.c @ 4:7254bef12749

removed "VMS" from function names -- names compatible with pure C version
author Me@portablequad
date Sat, 11 Feb 2012 20:29:34 -0800
parents 4d8a1e0f4336
children 09e51191078a
line diff
     1.1 --- a/PriorityQueue.c	Sat Feb 11 20:21:45 2012 -0800
     1.2 +++ b/PriorityQueue.c	Sat Feb 11 20:29:34 2012 -0800
     1.3 @@ -79,7 +79,7 @@
     1.4  }
     1.5  
     1.6  
     1.7 -PrioQueueStruc* makeVMSPrioQ () {
     1.8 +PrioQueueStruc* makePrioQ () {
     1.9  	PrioQueueStruc *retQ;
    1.10  	retQ= VMS__malloc(sizeof(PrioQueueStruc));
    1.11  	retQ->maxSize= 1024;