Mercurial > emacs
changeset 7535:b7c1ff4944c6
[!MSDOS]: Declare popen.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 17 May 1994 23:43:15 +0000 |
parents | 9b82dae27c01 |
children | efecdee78026 |
files | lib-src/etags.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/etags.c Tue May 17 23:04:07 1994 +0000 +++ b/lib-src/etags.c Tue May 17 23:43:15 1994 +0000 @@ -55,7 +55,9 @@ #include "getopt.h" extern char *getenv (); - +#ifndef MSDOS +extern FILE *popen (); +#endif /* Define CTAGS to make the program "ctags" compatible with the usual one. Let it undefined to make the program "etags", which makes emacs-style