aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-11-19 23:29:42 +0100
committerPetr Machata <pmachata@redhat.com>2012-11-19 23:29:42 +0100
commit3219c86c7fa6d5464fe4b14ce038002851d0d5cc (patch)
tree99db1798ce803a2becb4681f6e0e8f0a40ca2e71 /TODO
parent8c98e40178c74cf5a4e457ed96cf06c4b12add46 (diff)
downloadltrace-3219c86c7fa6d5464fe4b14ce038002851d0d5cc.tar.gz
Allow typedefs of lenses
This worked for keywords such as enum that are handled specially, because those behave as types for backward compatibility. It was however not possible to typedef e.g. hex.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 21a3f24..7a827fa 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,6 @@
reenablement.
** Create different ltrace processes to trace different children
** Config file syntax
-*** typedef should be able to assign a lens to a name
*** named arguments
This would be useful for replacing the arg1, emt2 etc.