Mercurial > hg > xemacs-beta
comparison src/dired-msw.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 | e22b0213b713 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
1725:7ff8f4d70aec | 1726:a8d8f419b459 |
---|---|
581 NUNGCPRO; | 581 NUNGCPRO; |
582 } | 582 } |
583 for (i = 0; i < Dynarr_length (files); ++i) | 583 for (i = 0; i < Dynarr_length (files); ++i) |
584 { | 584 { |
585 Win32_file *file = Dynarr_atp (files, i); | 585 Win32_file *file = Dynarr_atp (files, i); |
586 xfree (file->cFileName); | 586 xfree (file->cFileName, Ibyte *); |
587 } | 587 } |
588 Dynarr_free (files); | 588 Dynarr_free (files); |
589 | 589 |
590 UNGCPRO; | 590 UNGCPRO; |
591 return Qnil; | 591 return Qnil; |