diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 08:00:05 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 08:00:05 -0700 |
commit | 751fb7894ccca3a89c4f14cb5c99ff39be957455 (patch) | |
tree | d935f41402e3c1902c28e65181c33246ca13f4c2 /TODO | |
parent | 6607a88478812c9e37537da9eb6b0e4a5412bfe4 (diff) |
Renamed subj->last_emphasis to subj->emphasis_openers.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1 +1,8 @@ +- leakcheck reveals leak in new stmd code + Create a function to remove and free a stack entry + Use a while loop to remove and free all stack entries from top to the + one we're matching. +- use name other than subj->last_emphasis + +- in js: make a proper stack (linked list) rather than using an array? |