1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
/*
FALCON - The Falcon Programming Language.
FILE: json_st.cpp
JSON module - string table.
-------------------------------------------------------------------
Author: Giancarlo Niccolai
Begin: Sun, 27 Sep 2009 20:20:37 +0200
-------------------------------------------------------------------
(C) Copyright 2009: the FALCON developers (see list in AUTHORS file)
See LICENSE file for licensing details.
*/
/** \file
JSON module - string table.
*/
#define FALCON_REALIZE_STRTAB
#include "json_st.h"
/* end of json_st.cpp */
|