Mercurial > hg > xemacs-beta
comparison src/dumper.c @ 1726:a8d8f419b459
[xemacs-hg @ 2003-09-30 15:26:34 by james]
Add type information to xfree to avoid alias creation.
author | james |
---|---|
date | Tue, 30 Sep 2003 15:27:01 +0000 |
parents | a72f7bf813c9 |
children | 2364237fbc0f |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
1456 #else /* !WIN32_NATIVE */ | 1456 #else /* !WIN32_NATIVE */ |
1457 | 1457 |
1458 static void | 1458 static void |
1459 pdump_file_free (void) | 1459 pdump_file_free (void) |
1460 { | 1460 { |
1461 xfree (pdump_start); | 1461 xfree (pdump_start, char *); |
1462 } | 1462 } |
1463 | 1463 |
1464 #ifdef HAVE_MMAP | 1464 #ifdef HAVE_MMAP |
1465 static void | 1465 static void |
1466 pdump_file_unmap (void) | 1466 pdump_file_unmap (void) |