about summary refs log tree commit diff stats
path: root/038new_text.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-06 08:33:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-06 08:33:15 -0700
commit43b866d1997e82bfebd6c40881e33a0edd2bf340 (patch)
tree565c40a8dce9d5b831c38b5c6c3800873090dfd4 /038new_text.cc
parent3473c63ad94756d6f79ddd5c48813e79d87429ca (diff)
downloadmu-43b866d1997e82bfebd6c40881e33a0edd2bf340.tar.gz
2932
More consistent labeling of waypoints. Use types only when you need to
distinguish between function overloadings. Otherwise just use variable
names unless it's truly not apparent what they are (like that the result
is a recipe in "End Rewrite Instruction").
Diffstat (limited to '038new_text.cc')
-rw-r--r--038new_text.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/038new_text.cc b/038new_text.cc
index 4b3ad536..9ddcbabe 100644
--- a/038new_text.cc
+++ b/038new_text.cc
@@ -66,7 +66,7 @@ def main [
 ]
 +app: foo: abc
 
-:(before "End print Special-cases(reagent r, data)")
+:(before "End print Special-cases(r, data)")
 if (is_mu_string(r)) {
   assert(scalar(data));
   return read_mu_string(data.at(0))+' ';