~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to cairo/boilerplate/xmalloc.h

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
void *
37
37
xcalloc (size_t nmemb, size_t size);
38
38
 
39
 
#define xrealloc cairo_boilerplate_recalloc
 
39
#define xrealloc cairo_boilerplate_xrealloc
40
40
void *
41
41
xrealloc (void *buf, size_t size);
42
42