diff options
author | Damien George <damien.p.george@gmail.com> | 2014-02-26 16:57:08 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-02-26 16:57:08 +0000 |
commit | 1dc76af7bff6c31ab7b5da4954fa5573144d9fb1 (patch) | |
tree | 52f942d793686e11aa43fbf7c722ad272d79a9f1 /py/obj.h | |
parent | c5ac2ac590bc2c413880dfd130be245a0c37c35a (diff) | |
download | micropython-1dc76af7bff6c31ab7b5da4954fa5573144d9fb1.tar.gz micropython-1dc76af7bff6c31ab7b5da4954fa5573144d9fb1.zip |
py: Remove name of var arg from macros with var args.
Diffstat (limited to 'py/obj.h')
-rw-r--r-- | py/obj.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ typedef struct _mp_obj_base_t mp_obj_base_t; // Need to declare this here so we are not dependent on map.h struct _mp_map_t; struct _mp_map_elem_t; -enum _mp_map_lookup_kind_t; // Type definitions for methods |