Deleted Added
full compact
ecs.c (16519) ecs.c (50488)
1/* ecs - equivalence class routines */
2
3/*-
4 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Vern Paxson.

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

21 * Neither the name of the University nor the names of its contributors may
22 * be used to endorse or promote products derived from this software without
23 * specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
25 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
26 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
27 */
28
1/* ecs - equivalence class routines */
2
3/*-
4 * Copyright (c) 1990 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * Vern Paxson.

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

21 * Neither the name of the University nor the names of its contributors may
22 * be used to endorse or promote products derived from this software without
23 * specific prior written permission.
24 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
25 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
26 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
27 */
28
29/* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */
29/* $FreeBSD: head/usr.bin/lex/ecs.c 50488 1999-08-28 05:11:36Z peter $ */
30
31#include "flexdef.h"
32
33/* ccl2ecl - convert character classes to set of equivalence classes */
34
35void ccl2ecl()
36 {
37 int i, ich, newlen, cclp, ccls, cclmec;

--- 188 unchanged lines hidden ---
30
31#include "flexdef.h"
32
33/* ccl2ecl - convert character classes to set of equivalence classes */
34
35void ccl2ecl()
36 {
37 int i, ich, newlen, cclp, ccls, cclmec;

--- 188 unchanged lines hidden ---