Deleted Added
full compact
gencode.h (17684) gencode.h (17749)
1/*
2 * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996
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: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

46
47
48#define Q_ATALK 10
49#define Q_DECNET 11
50#define Q_LAT 12
51#define Q_SCA 13
52#define Q_MOPRC 14
53#define Q_MOPDL 15
1/*
2 * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996
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: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

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

46
47
48#define Q_ATALK 10
49#define Q_DECNET 11
50#define Q_LAT 12
51#define Q_SCA 13
52#define Q_MOPRC 14
53#define Q_MOPDL 15
54#define Q_ISO 16
55#define Q_ESIS 17
56#define Q_ISIS 18
54
55/* Directional qualifiers. */
56
57#define Q_SRC 1
58#define Q_DST 2
59#define Q_OR 3
60#define Q_AND 4
61

--- 118 unchanged lines hidden ---
57
58/* Directional qualifiers. */
59
60#define Q_SRC 1
61#define Q_DST 2
62#define Q_OR 3
63#define Q_AND 4
64

--- 118 unchanged lines hidden ---