diff options
Diffstat (limited to 'limbo/limbo.h')
| -rw-r--r-- | limbo/limbo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/limbo/limbo.h b/limbo/limbo.h index 1fa0d3eb..7e63e898 100644 --- a/limbo/limbo.h +++ b/limbo/limbo.h @@ -194,7 +194,7 @@ struct Decl Sym *sym; uchar store; /* storage class */ uchar nid; /* block grouping for locals */ - uchar caninline; /* inline function */ + schar caninline; /* inline function */ uchar das; /* declared with := */ Decl *dot; /* parent adt or module */ Type *ty; |
