* Fix bug in escaping of control characters

Johan Bj�rklund, johbjo09 at kth dot se
  * Remove include "config.h" from headers (should only
    be included from .c files)
    Michael Clark <michael@metaparadigm.com>


git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@12 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
Michael Clark
2007-03-13 08:26:25 +00:00
parent f6a6e486ff
commit 837240f75f
11 changed files with 39 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: json_util.h,v 1.3 2006/01/26 02:16:28 mclark Exp $
* $Id: json_util.h,v 1.4 2006/01/30 23:07:57 mclark Exp $
*
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
* Michael Clark <michael@metaparadigm.com>
@@ -12,20 +12,8 @@
#ifndef _json_util_h_
#define _json_util_h_
#include "config.h"
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# include <io.h>
#endif
#include "json_object.h"
#if !HAVE_OPEN && defined(WIN32)
# define open _open
#endif
#define JSON_FILE_BUF_SIZE 4096
/* utlitiy functions */