Use defined constant FINAL instead of hardcoded 275. From OpenBSD.
This commit is contained in:
parent
f97a3c82c3
commit
9cffc34578
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $ */
|
||||
/* $NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1983, 1993
|
||||
@ -38,7 +38,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: com3.c,v 1.12 2000/09/24 14:20:23 jsm Exp $");
|
||||
__RCSID("$NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -88,7 +88,7 @@ jump()
|
||||
position = 145;
|
||||
break;
|
||||
case 232:
|
||||
position = 275;
|
||||
position = FINAL;
|
||||
break;
|
||||
case 3:
|
||||
position = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user