repositioned lint comments, so that they work better

This commit is contained in:
ceriel 1993-03-18 13:09:55 +00:00
parent 5e702c5527
commit eb375db4d6
5 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,6 @@
#include <varargs.h>
#include "param.h"
/*VARARGS2*/
/*FORMAT1 $
%s = char *
%l = long
@ -16,6 +15,7 @@
%[uxbo] = unsigned int
%d = int
$ */
/*VARARGS2*/
doprnt(fp, fmt, argp)
File *fp;
char *fmt;

View file

@ -26,7 +26,6 @@ integral(c)
return 0;
}
/*VARARGS2*/
/*FORMAT1 $
%s = char *
%l = long
@ -34,6 +33,7 @@ integral(c)
%[uxbo] = unsigned int
%d = int
$ */
/*VARARGS2*/
int
_format(buf, fmt, argp)
char *buf, *fmt;

View file

@ -8,7 +8,6 @@
#include <system.h>
#include "param.h"
/*VARARGS*/
/*FORMAT1v $
%s = char *
%l = long
@ -16,6 +15,7 @@
%[uxbo] = unsigned int
%d = int
$ */
/*VARARGS*/
fprint(va_alist)
va_dcl
{

View file

@ -8,7 +8,6 @@
#include <system.h>
#include "param.h"
/*VARARGS*/
/*FORMAT0v $
%s = char *
%l = long
@ -16,6 +15,7 @@
%[uxbo] = unsigned int
%d = int
$ */
/*VARARGS*/
print(va_alist)
va_dcl
{

View file

@ -8,7 +8,6 @@
#include <system.h>
#include "param.h"
/*VARARGS*/
/*FORMAT1v $
%s = char *
%l = long
@ -16,6 +15,7 @@
%[uxbo] = unsigned int
%d = int
$ */
/*VARARGS*/
char *
sprint(va_alist)
va_dcl