Deleted Added
full compact
lang.l (6814) lang.l (8432)
1%{
2/*-
3 * Copyright (c) 1980, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

49 char *kt_name;
50 int kt_val;
51} key_words[] = {
52 { "and", AND },
53 { "args", ARGS },
54 { "at", AT },
55#if MACHINE_I386
56 { "bio", BIO },
1%{
2/*-
3 * Copyright (c) 1980, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

49 char *kt_name;
50 int kt_val;
51} key_words[] = {
52 { "and", AND },
53 { "args", ARGS },
54 { "at", AT },
55#if MACHINE_I386
56 { "bio", BIO },
57 { "conflicts", CONFLICTS },
57#endif MACHINE_I386
58 { "config", CONFIG },
59 { "controller", CONTROLLER },
60 { "cpu", CPU },
61 { "csr", CSR },
62 { "device", DEVICE },
63 { "disk", DISK },
64 { "drive", DRIVE },

--- 154 unchanged lines hidden ---
58#endif MACHINE_I386
59 { "config", CONFIG },
60 { "controller", CONTROLLER },
61 { "cpu", CPU },
62 { "csr", CSR },
63 { "device", DEVICE },
64 { "disk", DISK },
65 { "drive", DRIVE },

--- 154 unchanged lines hidden ---