summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAnders Magnusson <ragge@cvs.openbsd.org>2007-11-04 18:52:46 +0000
committerAnders Magnusson <ragge@cvs.openbsd.org>2007-11-04 18:52:46 +0000
commit13fe0f8d7c10a5583f5496c440de6ed39eb32c74 (patch)
tree87dd86e11c58a6adfa51aa0b445b6fc893834d47 /usr.bin
parentf239a414c14de4929c6bb120e35d6937863288fc (diff)
iUpdate from master repo:
> kflag exists in both passes.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pcc/mip/manifest.h4
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;