diff options
Diffstat (limited to 'usr.sbin/kbdcontrol/lex.h')
-rw-r--r-- | usr.sbin/kbdcontrol/lex.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/kbdcontrol/lex.h b/usr.sbin/kbdcontrol/lex.h index feff740..9d9033d 100644 --- a/usr.sbin/kbdcontrol/lex.h +++ b/usr.sbin/kbdcontrol/lex.h @@ -1,12 +1,13 @@ /*- - * Copyright (c) 1994 Søren Schmidt + * Copyright (c) 1994-1995 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. + * notice, this list of conditions and the following disclaimer, + * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. @@ -24,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: lex.h,v 1.1 1994/05/20 12:18:06 sos Exp $ + * $Id: lex.h,v 1.1 1994/08/17 08:59:35 sos Exp $ */ #define TNOP 256 @@ -49,6 +50,7 @@ #define TNUM 275 #define TFLAG 276 #define TBTAB 277 +#define TSUSP 278 extern int number; extern char letter; |