diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-02-01 18:53:31 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-02-01 18:53:31 +0000 |
| commit | e2adf7ef1f7981d7eb5005b22a5ce5a61bda8344 (patch) | |
| tree | aacbfffda02669bd1bdae98ca54c69e56a4cd69b /limbo/limbo.h | |
| parent | 04f9470ee130b6877edcaa202c0a143c9a48fced (diff) | |
20080201-1901
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; |
