diff options
-rw-r--r-- | usr.bin/pcc/mip/manifest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pcc/mip/manifest.h b/usr.bin/pcc/mip/manifest.h index 0a5ced4cfb3..e7d89493bd8 100644 --- a/usr.bin/pcc/mip/manifest.h +++ b/usr.bin/pcc/mip/manifest.h @@ -1,4 +1,4 @@ -/* $OpenBSD: manifest.h,v 1.3 2007/10/01 18:51:02 otto Exp $ */ +/* $OpenBSD: manifest.h,v 1.4 2007/11/04 18:52:45 ragge Exp $ */ /* * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. * @@ -172,7 +172,7 @@ */ extern int bdebug, tdebug, edebug; extern int ddebug, xdebug, f2debug; -extern int iTflag, oTflag; +extern int iTflag, oTflag, kflag; extern int vdebug, sflag, nflag, gflag; extern int Wstrict_prototypes, Wmissing_prototypes, Wimplicit_int, Wimplicit_function_declaration; |