summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index bc22a41..5c9063a 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -142,7 +142,7 @@ struct Sym {
 		STmp,
 	} type;
 	char name[NString];
-	int ndef, nuse;
+	uint ndef, nuse;
 };
 
 struct Fn {