Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / cemcom / l_comment.h
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 /* $Id: l_comment.h,v 3.3 1994/06/24 12:04:31 ceriel Exp $ */
6
7 extern int LINTLIB;                     /* file is lint library */
8 extern int s_NOTREACHED;                /* statement not reached */
9 extern int f_VARARGSn;                  /* function with variable # of args */
10 extern int f_ARGSUSED;                  /* function does not use all args */
11 extern int f_FORMATn;                   /* argument f_FORMATn is f_FORMAT */
12 extern char *f_FORMAT;
13 extern int f_FORMATvar;                 /* but the formal argument may be
14                                            absent because of varargs.h */
15