aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2011-02-26 16:02:45 +0200
committerEli Zaretskii2011-02-26 16:02:45 +0200
commite5c96d21844dab1f1f484e9998cd1a337d1b5013 (patch)
tree309dd7e919c1af3ca325ff2a0b97b4db64459d9d
parent464c5ebfe7e674f7e5521a1a6179c64788014781 (diff)
downloademacs-e5c96d21844dab1f1f484e9998cd1a337d1b5013.tar.gz
emacs-e5c96d21844dab1f1f484e9998cd1a337d1b5013.zip
Define nlink_t for w32.
nt/config.nt (nlink_t): Define.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/config.nt3
2 files changed, 7 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index f20fbd1d31a..bfaba610bf2 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12011-02-26 Eli Zaretskii <eliz@gnu.org>
2
3 * config.nt (nlink_t): Define.
4
12011-02-21 Christoph Scholtes <cschol2112@gmail.com> 52011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2 6
3 * inc/stdint.h: New file, to support compilation with tool chains 7 * inc/stdint.h: New file, to support compilation with tool chains
diff --git a/nt/config.nt b/nt/config.nt
index b5ef24fc18b..26fbc1c67c5 100644
--- a/nt/config.nt
+++ b/nt/config.nt
@@ -411,6 +411,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
411 411
412#define my_strftime nstrftime /* for strftime.c */ 412#define my_strftime nstrftime /* for strftime.c */
413 413
414/* Define to the type of st_nlink in struct stat, or a supertype. */
415#define nlink_t short
416
414#ifndef WINDOWSNT 417#ifndef WINDOWSNT
415/* Some of the files of Emacs which are intended for use with other 418/* Some of the files of Emacs which are intended for use with other
416 programs assume that if you have a config.h file, you must declare 419 programs assume that if you have a config.h file, you must declare