Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > PriorityQueue
diff TestPriorityQueue.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 | 9ecc993a29ea |
| children |
line diff
1.1 --- a/TestPriorityQueue.c Sat Feb 11 20:21:45 2012 -0800 1.2 +++ b/TestPriorityQueue.c Sat Feb 11 20:29:34 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
