Delinted some more

This commit is contained in:
ceriel
1991-02-18 12:05:06 +00:00
parent 3660ea15c5
commit 59fe948f83
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ DoDirective(directive, nd, tp, scl, function)
struct type *tp;
struct scopelist *scl;
{
int kind; /* kind of directive */
long kind; /* kind of directive */
int inp; /* internal or external name */
int ext = 0; /* directive = EXTERN */
struct def *df = lookup(directive, PervasiveScope, D_INUSE);