Added VARARGS
authorceriel <none@none>
Mon, 11 Mar 1991 14:33:13 +0000 (14:33 +0000)
committerceriel <none@none>
Mon, 11 Mar 1991 14:33:13 +0000 (14:33 +0000)
modules/src/print/doprnt.c
modules/src/print/format.c
modules/src/print/fprint.c
modules/src/print/print.c
modules/src/print/sprint.c

index a30d5c9..cbc3332 100644 (file)
@@ -8,6 +8,7 @@
 #include <varargs.h>
 #include "param.h"
 
+/*VARARGS2*/
 /*FORMAT1 $
        %s = char *
        %l = long
index 392f5f4..c9b8c78 100644 (file)
@@ -26,6 +26,7 @@ integral(c)
        return 0;
 }
 
+/*VARARGS2*/
 /*FORMAT1 $
        %s = char *
        %l = long
index fe5f593..e2c2a4c 100644 (file)
@@ -8,6 +8,7 @@
 #include <system.h>
 #include "param.h"
 
+/*VARARGS*/
 /*FORMAT1v $
        %s = char *
        %l = long
index 1d99a8d..4e9ffd6 100644 (file)
@@ -8,6 +8,7 @@
 #include <system.h>
 #include "param.h"
 
+/*VARARGS*/
 /*FORMAT0v $
        %s = char *
        %l = long
index ba4361b..7cb1078 100644 (file)
@@ -8,6 +8,7 @@
 #include <system.h>
 #include "param.h"
 
+/*VARARGS*/
 /*FORMAT1v $
        %s = char *
        %l = long