Skip to content
Snippets Groups Projects
Commit 5d127bf4 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added place-holder.

Rev: src/modules/spider/streamed_parser.c:1.8
parent c8dea604
No related branches found
No related tags found
No related merge requests found
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
#include "stralloc.h" #include "stralloc.h"
#include "global.h" #include "global.h"
#include "pike_macros.h" #include "pike_macros.h"
...@@ -15,6 +19,8 @@ ...@@ -15,6 +19,8 @@
#include "streamed_parser.h" #include "streamed_parser.h"
#ifdef ENABLE_STREAMED_PARSER
/* streamed SGML parser, by wing */ /* streamed SGML parser, by wing */
/* State machine for parsing /* State machine for parsing
...@@ -839,3 +845,8 @@ void streamed_parser_finish( INT32 args ) ...@@ -839,3 +845,8 @@ void streamed_parser_finish( INT32 args )
DATA->last_buffer_size = 0; DATA->last_buffer_size = 0;
} }
#else /* ENABLE_STREAMED_PARSER */
int streamed_parser_place_holder; /* Place holder */
#endif /* ENABLE_STREAMED_PARSER */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment