~ubuntu-branches/ubuntu/trusty/nginx/trusty-proposed

« back to all changes in this revision

Viewing changes to auto/lib/pcre/patch.pcre.c

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-04-25 12:51:45 UTC
  • mfrom: (1.3.28)
  • mto: (1.3.29) (15.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: package-import@ubuntu.com-20130425125145-ugl0wor6bq0u5eae
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- pcre.c      Thu Aug 21 14:43:07 2003
2
 
+++ pcre.c      Tue Mar 22 12:56:59 2005
3
 
@@ -246,8 +246,8 @@
4
 
 extern "C" void  (*pcre_free)(void *) = free;
5
 
 extern "C" int   (*pcre_callout)(pcre_callout_block *) = NULL;
6
 
 #else
7
 
-void *(*pcre_malloc)(size_t) = malloc;
8
 
-void  (*pcre_free)(void *) = free;
9
 
+void *(__cdecl *pcre_malloc)(size_t) = malloc;
10
 
+void  (__cdecl *pcre_free)(void *) = free;
11
 
 int   (*pcre_callout)(pcre_callout_block *) = NULL;
12
 
 #endif
13
 
 #endif