aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer1994-05-17 23:43:15 +0000
committerKarl Heuer1994-05-17 23:43:15 +0000
commitf1812d0ae670e6d4337220b86463a3e6dd0388c7 (patch)
tree03c741e4bd08099c43453e5bd7fd4f2f01088786 /lib-src
parentc155860549c22e9d2769ebdd1e4d420707e59595 (diff)
downloademacs-f1812d0ae670e6d4337220b86463a3e6dd0388c7.tar.gz
emacs-f1812d0ae670e6d4337220b86463a3e6dd0388c7.zip
[!MSDOS]: Declare popen.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c4
1 files changed, 3 insertions, 1 deletions
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";
55#include "getopt.h" 55#include "getopt.h"
56 56
57extern char *getenv (); 57extern char *getenv ();
58 58#ifndef MSDOS
59extern FILE *popen ();
60#endif
59 61
60/* Define CTAGS to make the program "ctags" compatible with the usual one. 62/* Define CTAGS to make the program "ctags" compatible with the usual one.
61 Let it undefined to make the program "etags", which makes emacs-style 63 Let it undefined to make the program "etags", which makes emacs-style