mirror of
https://github.com/json-c/json-c.git
synced 2026-03-30 18:39:07 +08:00
* 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:
10
debug.h
10
debug.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: debug.h,v 1.4 2006/01/26 02:16:28 mclark Exp $
|
||||
* $Id: debug.h,v 1.5 2006/01/30 23:07:57 mclark Exp $
|
||||
*
|
||||
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
|
||||
* Michael Clark <michael@metaparadigm.com>
|
||||
@@ -12,14 +12,6 @@
|
||||
#ifndef _DEBUG_H_
|
||||
#define _DEBUG_H_
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if HAVE_STRERROR
|
||||
#define errstr strerror(errno)
|
||||
#else /* !HAVE_STRERROR */
|
||||
#define errstr
|
||||
#endif /* HAVE_STRERROR */
|
||||
|
||||
extern void mc_set_debug(int debug);
|
||||
extern int mc_get_debug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user