aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorFrancesco Potortì2001-01-30 17:22:09 +0000
committerFrancesco Potortì2001-01-30 17:22:09 +0000
commitb28e26be4148d218f1f52f972a5f5b8f2d8217a6 (patch)
treebfe5ac33dbbfbbfaeee46582add4edc9ddd2265c /lib-src/ChangeLog
parenteef93f9914aaabcf720df2b5ed9815319315963f (diff)
downloademacs-b28e26be4148d218f1f52f972a5f5b8f2d8217a6.tar.gz
emacs-b28e26be4148d218f1f52f972a5f5b8f2d8217a6.zip
Comment updates to etags.c
C macros changes to etags.c for the sake of standalone building and Xemacs building. Does not affect building under Emacs.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fa819043329..2b5ccb265b0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,15 @@
12001-01-30 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
4 #define it for the sake of Xemacs.
5 [WINDOWSNT]: #undef HAVE_NTGUI even if built without
6 HAVE_CONFIG_H. This change only affects a standalone etags.
7 [WINDOWSNT]: #undef DOS_NT and #define it even if built with
8 HAVE_CONFIG_H. This change does nothing in Emacs, as DOS_NT is
9 always defined when HAVE_CONFIG_H and WINDOWS are both defined.
10 [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
11 WINDOWSNT, as this is the correct way to use it.
12
12001-01-28 Francesco Potorti` <pot@gnu.org> 132001-01-28 Francesco Potorti` <pot@gnu.org>
2 14
3 * etags.c: Be capable to parse nested struct-like structures. 15 * etags.c: Be capable to parse nested struct-like structures.