From 1211a3ab30eb5cfbf1cb5b910eefb8d64dcb2107 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 7 Nov 2016 09:10:48 -0800 Subject: 3643 Standardize on calling literate waypoints "Special-cases" rather than "Cases". Invariably there's a default path already present. --- 046global.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '046global.cc') diff --git a/046global.cc b/046global.cc index 6990844b..2dc1e760 100644 --- a/046global.cc +++ b/046global.cc @@ -29,10 +29,10 @@ def main [ +mem: storing 24 in location 23 //: to support it, create another special variable called global space -:(before "End is_disqualified Cases") +:(before "End is_disqualified Special-cases") if (x.name == "global-space") x.initialized = true; -:(before "End is_special_name Cases") +:(before "End is_special_name Special-cases") if (s == "global-space") return true; //: writes to this variable go to a field in the current routine -- cgit 1.4.1-2-gfad0 t type='submit' value='switch'/> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_disconnect.c
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