* src/files.c (skeleton_find) [MSDOS]: Fix cp definition.

This commit is contained in:
Akim Demaille
2002-01-21 15:48:25 +00:00
parent 2842171a4c
commit ef1a77c2c9
4 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
* src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
2002-01-20 Marc Autret <marc@gnu.org>
* src/system.h: Need to define __attribute__ away for non-GCC
* src/system.h: Need to define __attribute__ away for non-GCC
compilers as well (i.e. the vendor C compiler).
Suggested by Albert Chin-A-Young.