~ubuntu-branches/ubuntu/vivid/python-reportlab/vivid-proposed

« back to all changes in this revision

Viewing changes to src/rl_addons/renderPM/gt1/gt1-misc.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-01-12 02:16:21 UTC
  • mfrom: (1.2.9) (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140112021621-f4mpp5qaj1dkq2yb
Tags: 2.8~20140112-1
* New upstream snapshot.
* Build python3 packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#define __GT1_MISC_H__
5
5
 
6
6
#include <stdlib.h> /* for malloc, etc. */
7
 
#include <string.h> /* for memcpy() */
 
7
#if defined(macintosh) || defined (__linux__) || defined(__FreeBSD_kernel__) || (__GNU__)
 
8
#       include <string.h> /* for memcpy() */
 
9
#endif
8
10
 
9
11
#define gt1_alloc malloc
10
12
#define gt1_free free