diff PrivateQueue.c @ 16:8fd77f9430f0

Nov 14 Vers -- changed to makeVMSPrivQ to denote uses VMS__ things inside
author Me
date Sun, 14 Nov 2010 11:14:51 -0800
parents 1ab93714b9c1
children 1e93e5dbeda1
line diff
     1.1 --- a/PrivateQueue.c	Thu Nov 11 05:16:13 2010 -0800
     1.2 +++ b/PrivateQueue.c	Sun Nov 14 11:14:51 2010 -0800
     1.3 @@ -21,7 +21,7 @@
     1.4   * synchronizations 
     1.5   */
     1.6  
     1.7 -PrivQueueStruc* makePrivQ()
     1.8 +PrivQueueStruc* makeVMSPrivQ()
     1.9   {
    1.10     PrivQueueStruc* retQ;
    1.11     retQ = (PrivQueueStruc *) VMS__malloc( sizeof( PrivQueueStruc ) );