emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109538: Comments


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109538: Comments
Date: Thu, 09 Aug 2012 19:59:38 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109538
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-09 19:59:38 -0400
message:
  Comments
modified:
  lib-src/ntlib.c
=== modified file 'lib-src/ntlib.c'
--- a/lib-src/ntlib.c   2012-08-03 10:23:30 +0000
+++ b/lib-src/ntlib.c   2012-08-09 23:59:38 +0000
@@ -1,5 +1,9 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
-   Copyright (C) 1994, 2001-2012  Free Software Foundation, Inc.
+
+Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc.
+
+Author: Geoff Voelker (address@hidden)
+Created: 10-8-94
 
 This file is part of GNU Emacs.
 
@@ -14,11 +18,7 @@
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-
-   Geoff Voelker (address@hidden)                         10-8-94
-*/
+along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <windows.h>
 #include <stdlib.h>
@@ -260,6 +260,7 @@
         stricmp (p, ".cmd") == 0));
 }
 
+/* FIXME?  This is in config.nt now - is this still needed?  */
 #define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\')
 
 /* We need this because nt/inc/sys/stat.h defines struct stat that is


reply via email to

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