diff options
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 3cb77b99997..fe6a0412a9b 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c | |||
| @@ -1277,10 +1277,6 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>. | |||
| 1277 | The author may be reached (Email) at the address mike@ai.mit.edu, | 1277 | The author may be reached (Email) at the address mike@ai.mit.edu, |
| 1278 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ | 1278 | or (US mail) as Mike Haertel c/o Free Software Foundation. */ |
| 1279 | 1279 | ||
| 1280 | #ifndef min | ||
| 1281 | #define min(a, b) ((a) < (b) ? (a) : (b)) | ||
| 1282 | #endif | ||
| 1283 | |||
| 1284 | /* Debugging hook for realloc. */ | 1280 | /* Debugging hook for realloc. */ |
| 1285 | static void *(*grealloc_hook) (void *, size_t); | 1281 | static void *(*grealloc_hook) (void *, size_t); |
| 1286 | 1282 | ||