From 0c96a1b9637487a49bcbdf8dbd8577a71a69203c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 5 Dec 2000 10:34:23 +0000 Subject: Joel Smith: 13230: avoid name clashes with Linux kernel --- Src/lex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/lex.c') diff --git a/Src/lex.c b/Src/lex.c index 747dc32fb..9a066b915 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -349,13 +349,13 @@ yylex(void) char *name; hwbegin(0); - cmdpush(hdocs->type == HEREDOC ? CS_HEREDOC : CS_HEREDOCD); + cmdpush(hdocs->type == REDIR_HEREDOC ? CS_HEREDOC : CS_HEREDOCD); STOPHIST name = gethere(hdocs->str, hdocs->type); ALLOWHIST cmdpop(); hwend(); - setheredoc(hdocs->pc, HERESTR, name); + setheredoc(hdocs->pc, REDIR_HERESTR, name); zfree(hdocs, sizeof(struct heredocs)); hdocs = next; } -- cgit 1.4.1