summaryrefslogtreecommitdiff
path: root/make_cmd.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
committerChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
commit9a51695bed07d37086c352372ac69d0a30039a6b (patch)
tree4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /make_cmd.h
parent7de27456f6494f5f9c11ea1c19024d0024f31112 (diff)
downloadbash-5.0-alpha.tar.gz
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'make_cmd.h')
-rw-r--r--make_cmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/make_cmd.h b/make_cmd.h
index f17774d9..fcd7766d 100644
--- a/make_cmd.h
+++ b/make_cmd.h
@@ -23,6 +23,8 @@
#include "stdc.h"
+extern int here_doc_first_line;
+
extern void cmd_init __P((void));
extern WORD_DESC *alloc_word_desc __P((void));