From 5937f1af0ccf8be12ca4a02fde26734ad8380906 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 6 May 2016 13:12:38 -0700 Subject: 2933 Can't believe I didn't run tests after 2932. --- 046global.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '046global.cc') diff --git a/046global.cc b/046global.cc index 47706803..caab3d38 100644 --- a/046global.cc +++ b/046global.cc @@ -40,7 +40,7 @@ if (s == "global-space") return true; int global_space; :(before "End routine Constructor") global_space = 0; -:(after "Begin Preprocess write_memory(reagent x, vector data)") +:(after "Begin Preprocess write_memory(x, data)") if (x.name == "global-space") { if (!scalar(data) || !x.type -- cgit 1.4.1-2-gfad0 select name='h' onchange='this.form.submit();'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
blob: f5813fdbd88bb52c52186d26ddbef657a406a102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36