Deleted Added
full compact
db_lex.h (174914) db_lex.h (299970)
1/*-
2 * Mach Operating System
3 * Copyright (c) 1991,1990 Carnegie Mellon University
4 * All Rights Reserved.
5 *
6 * Permission to use, copy, modify and distribute this software and its
7 * documentation is hereby granted, provided that both the copyright
8 * notice and this permission notice appear in all copies of the

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

18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
19 * School of Computer Science
20 * Carnegie Mellon University
21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie the
24 * rights to redistribute these changes.
25 *
1/*-
2 * Mach Operating System
3 * Copyright (c) 1991,1990 Carnegie Mellon University
4 * All Rights Reserved.
5 *
6 * Permission to use, copy, modify and distribute this software and its
7 * documentation is hereby granted, provided that both the copyright
8 * notice and this permission notice appear in all copies of the

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

18 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
19 * School of Computer Science
20 * Carnegie Mellon University
21 * Pittsburgh PA 15213-3890
22 *
23 * any improvements or extensions that they make and grant Carnegie the
24 * rights to redistribute these changes.
25 *
26 * $FreeBSD: head/sys/ddb/db_lex.h 174914 2007-12-26 09:33:19Z rwatson $
26 * $FreeBSD: head/sys/ddb/db_lex.h 299970 2016-05-16 19:42:38Z pfg $
27 */
28
29#ifndef _DDB_DB_LEX_H_
30#define _DDB_DB_LEX_H_
31
32/*
33 * Author: David B. Golub, Carnegie Mellon University
34 * Date: 7/90

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

64#define tCOMMA 14
65#define tDITTO 15
66#define tDOLLAR 16
67#define tEXCL 17
68#define tSHIFT_L 18
69#define tSHIFT_R 19
70#define tDOTDOT 20
71#define tSEMI 21
27 */
28
29#ifndef _DDB_DB_LEX_H_
30#define _DDB_DB_LEX_H_
31
32/*
33 * Author: David B. Golub, Carnegie Mellon University
34 * Date: 7/90

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

64#define tCOMMA 14
65#define tDITTO 15
66#define tDOLLAR 16
67#define tEXCL 17
68#define tSHIFT_L 18
69#define tSHIFT_R 19
70#define tDOTDOT 20
71#define tSEMI 21
72#define tLOG_EQ 22
73#define tLOG_NOT_EQ 23
74#define tLESS 24
75#define tLESS_EQ 25
76#define tGREATER 26
77#define tGREATER_EQ 27
78#define tBIT_AND 28
79#define tBIT_OR 29
80#define tLOG_AND 30
81#define tLOG_OR 31
82#define tSTRING 32
83#define tQUESTION 33
84#define tBIT_NOT 34
72
73#endif /* !_DDB_DB_LEX_H_ */
85
86#endif /* !_DDB_DB_LEX_H_ */