Use defined constant FINAL instead of hardcoded 275. From OpenBSD.

This commit is contained in:
jsm 2000-09-25 00:33:18 +00:00
parent f97a3c82c3
commit 9cffc34578

View File

@ -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 * Copyright (c) 1983, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95"; static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
#else #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
#endif /* not lint */ #endif /* not lint */
@ -88,7 +88,7 @@ jump()
position = 145; position = 145;
break; break;
case 232: case 232:
position = 275; position = FINAL;
break; break;
case 3: case 3:
position = 1; position = 1;