Deleted Added
full compact
value.c (39915) value.c (50477)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93";
37#endif
38static const char rcsid[] =
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

31 * SUCH DAMAGE.
32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)value.c 8.1 (Berkeley) 6/6/93";
37#endif
38static const char rcsid[] =
39 "$Id: value.c,v 1.3 1997/08/18 07:16:12 charnier Exp $";
39 "$FreeBSD: head/usr.bin/tip/tip/value.c 50477 1999-08-28 01:08:13Z peter $";
40#endif /* not lint */
41
42#include "tip.h"
43
44#define MIDDLE 35
45
46static value_t *vlookup();
47int vstring __P((char *, char *));

--- 321 unchanged lines hidden ---
40#endif /* not lint */
41
42#include "tip.h"
43
44#define MIDDLE 35
45
46static value_t *vlookup();
47int vstring __P((char *, char *));

--- 321 unchanged lines hidden ---