Changeset 908

Show
Ignore:
Timestamp:
09/05/07 11:00:31 (1 year ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r907 r908  
     12007-08-04  Juan Badia  <jubapa@gmail.com> 
     2 
     3        * cherokee/pcre/pcre_compile.c: This solves the error when I try 
     4        to compile cherokee-trunk with -DDEBUG. However it doesn't create 
     5        the file pcre_printint.src, neither declares the fucntion 
     6        pcre_printint. 
     7         
    182007-09-04  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
    29 
  • cherokee/trunk/cherokee/pcre/pcre_compile.c

    r905 r908  
    5151#include "pcre_internal.h" 
    5252 
    53  
    54 /* When DEBUG is defined, we need the pcre_printint() function, which is also 
    55 used by pcretest. DEBUG is not defined when building a production library. */ 
    56  
    57 #ifdef DEBUG 
    58 #include "pcre_printint.src" 
    59 #endif 
    6053 
    6154 
     
    60406033  } 
    60416034 
    6042 pcre_printint(re, stdout, TRUE); 
    60436035 
    60446036/* This check is done here in the debugging case so that the code that