diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 22:00:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-25 22:00:48 +0000 |
commit | 99d365ef33fee2c5840bb190e647a416006a05cf (patch) | |
tree | 9c84b909cbc40b5bf5c57256fefbc6f9098eac4c /usr.bin/indent/indent_globs.h | |
parent | da0149374e924b042d208cabb933db13a8a282e1 (diff) |
use err(3), some -Wall
Diffstat (limited to 'usr.bin/indent/indent_globs.h')
-rw-r--r-- | usr.bin/indent/indent_globs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 2f2b38f0410..3e7c88fd1b9 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: indent_globs.h,v 1.2 1996/06/26 05:34:30 deraadt Exp $*/ +/* * $OpenBSD: indent_globs.h,v 1.3 1997/07/25 22:00:45 mickey Exp $*/ /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980 The Regents of the University of California. @@ -218,7 +218,7 @@ struct parser_state { float cstk[STACKSIZE];/* used to store case stmt indentation levels */ int box_com; /* set to true when we are in a "boxed" * comment. In that case, the first non-blank - * char should be lined up with the / in /* */ + * char should be lined up with the / in rem */ int comment_delta, n_comment_delta; int cast_mask; /* indicates which close parens close off |