emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103430: Define nlink_t for w32.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103430: Define nlink_t for w32.
Date: Sat, 26 Feb 2011 16:02:45 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103430
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2011-02-26 16:02:45 +0200
message:
  Define nlink_t for w32.
  
   nt/config.nt (nlink_t): Define.
modified:
  nt/ChangeLog
  nt/config.nt
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-02-21 20:16:43 +0000
+++ b/nt/ChangeLog      2011-02-26 14:02:45 +0000
@@ -1,3 +1,7 @@
+2011-02-26  Eli Zaretskii  <address@hidden>
+
+       * config.nt (nlink_t): Define.
+
 2011-02-21  Christoph Scholtes  <address@hidden>
 
        * inc/stdint.h: New file, to support compilation with tool chains

=== modified file 'nt/config.nt'
--- a/nt/config.nt      2011-02-04 09:17:36 +0000
+++ b/nt/config.nt      2011-02-26 14:02:45 +0000
@@ -411,6 +411,9 @@
 
 #define my_strftime nstrftime   /* for strftime.c */
 
+/* Define to the type of st_nlink in struct stat, or a supertype. */
+#define nlink_t short
+
 #ifndef WINDOWSNT
 /* Some of the files of Emacs which are intended for use with other
    programs assume that if you have a config.h file, you must declare


reply via email to

[Prev in Thread] Current Thread [Next in Thread]