comparison PrivateQueue.h @ 36:d6da470bbd38

fixed bug in pure c queue -- enlarges correctly now
author Some Random Person <seanhalle@yahoo.com>
date Thu, 24 May 2012 07:53:13 -0700
parents c5d2f2a94133
children
comparison
equal deleted inserted replaced
14:f521c4d4c953 15:cf8798148271
8 #ifndef _PRIVATE_QUEUE_H 8 #ifndef _PRIVATE_QUEUE_H
9 #define _PRIVATE_QUEUE_H 9 #define _PRIVATE_QUEUE_H
10 10
11 11
12 #include "VMS_impl/VMS_primitive_data_types.h" 12 #include "VMS_impl/VMS_primitive_data_types.h"
13 #include "VMS_impl/Services_Offered_by_VMS/Memory_Handling/vmalloc.h"
13 14
14 15
15 #define TRUE 1 16 #define TRUE 1
16 #define FALSE 0 17 #define FALSE 0
17 18