--- code/trunk/pcre_refcount.c 2007/02/24 21:40:45 77 +++ code/trunk/pcre_refcount.c 2007/09/11 12:57:06 236 @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2005 University of Cambridge + Copyright (c) 1997-2007 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -43,6 +43,11 @@ pattern data block. This might be helpful in applications where the block is shared by different users. */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "pcre_internal.h" @@ -63,7 +68,7 @@ a negative error number */ -EXPORT int +PCRE_EXP_DEFN int pcre_refcount(pcre *argument_re, int adjust) { real_pcre *re = (real_pcre *)argument_re;