Deleted Added
full compact
mktokens (1557) mktokens (3044)
1#!/bin/sh -
2#
3# Copyright (c) 1991, 1993
4# The Regents of the University of California. All rights reserved.
5#
6# This code is derived from software contributed to Berkeley by
7# Kenneth Almquist.
8#

--- 21 unchanged lines hidden (view full) ---

30# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35# SUCH DAMAGE.
36#
37# @(#)mktokens 8.1 (Berkeley) 5/31/93
1#!/bin/sh -
2#
3# Copyright (c) 1991, 1993
4# The Regents of the University of California. All rights reserved.
5#
6# This code is derived from software contributed to Berkeley by
7# Kenneth Almquist.
8#

--- 21 unchanged lines hidden (view full) ---

30# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35# SUCH DAMAGE.
36#
37# @(#)mktokens 8.1 (Berkeley) 5/31/93
38# $Id$
38
39# The following is a list of tokens. The second column is nonzero if the
40# token marks the end of a list. The third column is the name to print in
41# error messages.
42
43cat > /tmp/ka$$ <<\!
44TEOF 1 end of file
45TNL 0 newline

--- 49 unchanged lines hidden ---
39
40# The following is a list of tokens. The second column is nonzero if the
41# token marks the end of a list. The third column is the name to print in
42# error messages.
43
44cat > /tmp/ka$$ <<\!
45TEOF 1 end of file
46TNL 0 newline

--- 49 unchanged lines hidden ---