implement “here strings”

This commit is contained in:
tg
2008-02-26 20:43:11 +00:00
parent 9b1504a221
commit 5ea53a15c7
5 changed files with 139 additions and 21 deletions

4
sh.h
View File

@@ -8,8 +8,8 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.186 2008/02/26 20:35:25 tg Exp $"
#define MKSH_VERSION "R33 2008/02/24"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.187 2008/02/26 20:43:11 tg Exp $"
#define MKSH_VERSION "R33 2008/02/26"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>