* Allocate a pointer using the set memory-allocator */
| 109 | * Allocate a pointer using the set memory-allocator |
| 110 | */ |
| 111 | static short |
| 112 | alloc_ptr (void **ptr, long size) { |
| 113 | *ptr = NewPtr (size); |
| 114 | return MemError (); |
| 115 | } |
| 116 | #endif |
| 117 | |
| 118 | /* |