Added STRret for dowhich()
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Mon, 29 Jul 1991 05:13:37 +0000 (21:13 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Mon, 29 Jul 1991 05:13:37 +0000 (21:13 -0800)
SCCS-vsn: bin/csh/const.c 5.4

usr/src/bin/csh/const.c

index 780d295..e1ea56a 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)const.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)const.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -96,6 +96,7 @@ Char STRprompt[]        = { 'p', 'r', 'o', 'm', 'p', 't', '\0' };
 Char STRprompt2[]       = { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
 Char STRpushdsilent[]  = { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
                            't', '\0' };
 Char STRprompt2[]       = { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
 Char STRpushdsilent[]  = { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
                            't', '\0' };
+Char STRret[]          = { '\n', '\0' };
 Char STRsavehist[]      = { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
 Char STRsemisp[]       = { ';', ' ', '\0' };
 Char STRshell[]         = { 's', 'h', 'e', 'l', 'l', '\0' };
 Char STRsavehist[]      = { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
 Char STRsemisp[]       = { ';', ' ', '\0' };
 Char STRshell[]         = { 's', 'h', 'e', 'l', 'l', '\0' };