Author: jilles
Date: Sun May 22 15:24:56 2011
New Revision: 222182
URL: http://svn.freebsd.org/changeset/base/222182

Log:
  sh: Remove obsolete token type TENDBQUOTE.
  
  This token type was related to Almquist's original version of backquotes
  that could not nest and fell into disuse fairly soon.

Modified:
  head/bin/sh/mktokens

Modified: head/bin/sh/mktokens
==============================================================================
--- head/bin/sh/mktokens        Sun May 22 15:14:21 2011        (r222181)
+++ head/bin/sh/mktokens        Sun May 22 15:24:56 2011        (r222182)
@@ -50,7 +50,6 @@ TPIPE 0       "|"
 TLP    0       "("
 TRP    1       ")"
 TENDCASE 1     ";;"
-TENDBQUOTE 1   "`"
 TREDIR 0       redirection
 TWORD  0       word
 TIF    0       "if"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to