Browse Source

TODO for aliases

rexim 4 years ago
parent
commit
7dc4e339db
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lag.c

+ 2 - 0
lag.c

@@ -614,6 +614,8 @@ int main()
     }
     }
 
 
     // TODO: print stats on how many things were generated
     // TODO: print stats on how many things were generated
+    // TODO: v2*_add alias to v2*_sum
+    // 'Cause I keep confusing them
 
 
     return 0;
     return 0;
 }
 }