~ubuntu-branches/ubuntu/breezy/libaal/breezy

« back to all changes in this revision

Viewing changes to include/aal/debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2005-02-25 18:50:30 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050225185030-9frto0bpm1f2elxd
Tags: 1.0.4-1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
extern void __actual_assert(char *hint, int cond, char *text,
17
17
                            char *file, int line, char *func);
18
18
 
19
 
#if !defined(ENABLE_STAND_ALONE) && defined(ENABLE_DEBUG)
 
19
#if !defined(ENABLE_MINIMAL) && defined(ENABLE_DEBUG)
20
20
#ifdef __GNUC__
21
21
#define aal_bug(hint, text, list...)         \
22
22
        __actual_bug(hint,                   \