From: Karl Heuer Date: Tue, 17 May 1994 23:43:15 +0000 (+0000) Subject: [!MSDOS]: Declare popen. X-Git-Tag: emacs-19.34~8318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1812d0ae670e6d4337220b86463a3e6dd0388c7;p=emacs.git [!MSDOS]: Declare popen. --- diff --git a/lib-src/etags.c b/lib-src/etags.c index 89834508718..4374940c587 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -55,7 +55,9 @@ char pot_etags_version[] = "@(#) pot revision number is 10.32"; #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