Skip to content

Commit

Permalink
Merge pull request #1 from alexgartrell/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
James McLaughlin committed Feb 12, 2012
1 parent 87f9a1c commit 0b47b62
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions json.h
@@ -1,5 +1,3 @@
#ifndef _JSON_H
#define _JSON_H

/* vim: set et ts=3 sw=3 ft=c:
*
Expand Down Expand Up @@ -30,6 +28,9 @@
* SUCH DAMAGE.
*/

#ifndef _JSON_H
#define _JSON_H

#ifndef json_char
#define json_char char
#endif
Expand Down Expand Up @@ -142,3 +143,5 @@ json_value * json_parse_ex
void json_value_free (json_value *);

#endif // _JSON_H


0 comments on commit 0b47b62

Please sign in to comment.