Skip to content

Commit

Permalink
Merge pull request #140 from J-Gras/master
Browse files Browse the repository at this point in the history
Removed foreach macro from compatibility-layer.
  • Loading branch information
rgerhards committed Oct 13, 2017
2 parents 4ca74c9 + 29d826f commit 835d734
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions json_object.h
Expand Up @@ -739,8 +739,6 @@ typedef struct fjson_tokener fjson_tokener;
#define json_object_object_add(a, b, c) fjson_object_object_add((a), (b), (c))
#define json_object_object_add_ex fjson_object_object_add_ex
#define json_object_object_get_ex fjson_object_object_get_ex
#define json_object_object_foreach fjson_object_object_foreach
#define json_object_object_foreachC fjson_object_object_foreachC
#define json_object_object_get fjson_object_object_get
#define json_object_object_del fjson_object_object_del
#define json_object_new_array fjson_object_new_array
Expand Down

0 comments on commit 835d734

Please sign in to comment.