~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to compat/assert.cc

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
1
/*
3
2
 * $Id$
4
3
 *
34
33
 
35
34
#include "config.h"
36
35
 
 
36
#if HAVE_STDIO_H
37
37
#include <stdio.h>
 
38
#endif
 
39
#if HAVE_STDLIB_H
38
40
#include <stdlib.h>
 
41
#endif
39
42
 
40
 
#include "assert.h"
 
43
#if 0
 
44
#include "compat/assert.h"
 
45
#endif
41
46
 
42
47
void xassert(const char *expr, const char *file, int line)
43
48
{