summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index 92c02ee..00b8628 100644
--- a/all.h
+++ b/all.h
@@ -297,7 +297,7 @@ struct Alias {
 
 struct Tmp {
 	char name[NString];
-	Ins *ins;
+	Ins *def;
 	Use *use;
 	uint ndef, nuse;
 	uint bid; /* id of a defining block */