Move json encoding stuff

This commit is contained in:
Jakub Zelenka 2014-11-24 20:46:13 +00:00
parent f00b80a511
commit e18dd67975
7 changed files with 579 additions and 590 deletions

View file

@ -16,8 +16,8 @@
+----------------------------------------------------------------------+
*/
#ifndef PHP_JSOND_PARSER_H
#define PHP_JSOND_PARSER_H
#ifndef PHP_JSON_PARSER_H
#define PHP_JSON_PARSER_H
#include "php.h"
#include "php_json_scanner.h"
@ -38,5 +38,5 @@ php_json_error_code php_json_parser_error_code(php_json_parser *parser);
int php_json_yyparse(php_json_parser *parser);
#endif /* PHP_JSOND_PARSER_H */
#endif /* PHP_JSON_PARSER_H */