Minor adaptions in order to reduce the size

This commit is contained in:
ceriel
1987-09-23 16:39:43 +00:00
parent 1eda133f01
commit fd817d4dbc
34 changed files with 790 additions and 746 deletions

View File

@@ -73,7 +73,7 @@ error(fmt, args)
/*VARARGS2*/
node_error(node, fmt, args)
struct node *node;
t_node *node;
char *fmt;
{
_error(ERROR, node, fmt, &args);
@@ -89,7 +89,7 @@ warning(class, fmt, args)
/*VARARGS2*/
node_warning(node, class, fmt, args)
struct node *node;
t_node *node;
char *fmt;
{
warn_class = class;
@@ -137,7 +137,7 @@ crash(fmt, args)
_error(class, node, fmt, argv)
int class;
struct node *node;
t_node *node;
char *fmt;
int argv[];
{