diff options
| author | Joakim Verona | 2012-05-22 08:52:40 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-05-22 08:52:40 +0200 |
| commit | 207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (patch) | |
| tree | 1940ab855db68a26de26d8d98223be6c4df00df8 /src/gmalloc.c | |
| parent | f65ef7eab4132e1de79355660b78878d23038110 (diff) | |
| parent | cb1f695c7355c7b19dd79c8c2aa704a19fcfafa7 (diff) | |
| download | emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.tar.gz emacs-207460f292db1b9ede6b8ddad3ed7ac6bba026b5.zip | |
upstream
Diffstat (limited to 'src/gmalloc.c')
| -rw-r--r-- | src/gmalloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index b53199e7312..0df050e127a 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -1531,10 +1531,6 @@ MA 02110-1301, USA. */ | |||
| 1531 | extern void *__sbrk (ptrdiff_t increment); | 1531 | extern void *__sbrk (ptrdiff_t increment); |
| 1532 | #endif /* __GNU_LIBRARY__ && ! defined (__UCLIBC__) */ | 1532 | #endif /* __GNU_LIBRARY__ && ! defined (__UCLIBC__) */ |
| 1533 | 1533 | ||
| 1534 | #ifndef NULL | ||
| 1535 | #define NULL 0 | ||
| 1536 | #endif | ||
| 1537 | |||
| 1538 | /* Allocate INCREMENT more bytes of data space, | 1534 | /* Allocate INCREMENT more bytes of data space, |
| 1539 | and return the start of data space, or NULL on errors. | 1535 | and return the start of data space, or NULL on errors. |
| 1540 | If INCREMENT is negative, shrink data space. */ | 1536 | If INCREMENT is negative, shrink data space. */ |