540: * The assignment operator has no real implementation. 541: * It's provided to make the compiler happy. Do not call. 542: */
277: { 278: if (opaque) opaque = 0; /* to make compiler happy */ 279: return _halloc((long)items, size);
283: { 284: if (opaque) opaque = 0; /* to make compiler happy */ 285: _hfree(ptr);
305: { 306: if (opaque) items += size - size; /* make compiler happy */ 307: return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
38: * The assignment operator has no real implementation. 39: * It is provided to make the compiler happy. Do not call. 40: */
41: * The assignment operator has no real implementation. 42: * It is provided to make the compiler happy. Do not call. 43: */
276: { 277: if (opaque) opaque = 0; /* to make compiler happy */ 278: return _halloc((long)items, size);
282: { 283: if (opaque) opaque = 0; /* to make compiler happy */ 284: _hfree(ptr);
304: { 305: if (opaque) items += size - size; /* make compiler happy */ 306: return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
205: #else 206: /* make compiler happy */ ; 207: if (png_ptr)
210: #ifdef PNG_NO_CONSOLE_IO 211: /* make compiler happy */ ; 212: if (&error_message != NULL)
249: #else 250: /* make compiler happy */ ; 251: if (warning_message)
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy