summaryrefslogtreecommitdiff
path: root/limbo
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-02-01 18:53:31 +0000
committerCharles.Forsyth <devnull@localhost>2008-02-01 18:53:31 +0000
commite2adf7ef1f7981d7eb5005b22a5ce5a61bda8344 (patch)
treeaacbfffda02669bd1bdae98ca54c69e56a4cd69b /limbo
parent04f9470ee130b6877edcaa202c0a143c9a48fced (diff)
20080201-1901
Diffstat (limited to 'limbo')
-rw-r--r--limbo/limbo.h2
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;