diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:04:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-24 22:04:13 -0700 |
commit | eef937e692637b08714832183930ab45b497cc98 (patch) | |
tree | 994e426827063634de4711f014658ad5fc6a7247 /cpp/042new | |
parent | 0e82b1d4277e947f19b63331f0a50dec90e0462c (diff) | |
download | mu-eef937e692637b08714832183930ab45b497cc98.tar.gz |
1186
Diffstat (limited to 'cpp/042new')
-rw-r--r-- | cpp/042new | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/042new b/cpp/042new index d45a7c56..f032f90a 100644 --- a/cpp/042new +++ b/cpp/042new @@ -101,5 +101,3 @@ if (current_instruction().ingredients[0].properties[0].second[0] == "literal-str // mu strings are not null-terminated in memory break; } - -//: vim: ft=cpp |