~ubuntu-branches/ubuntu/breezy/uclibc/breezy

« back to all changes in this revision

Viewing changes to include/assert.h

  • Committer: Bazaar Package Importer
  • Author(s): David Schleef
  • Date: 2005-04-18 13:29:53 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050418132953-hzuzafmpkxuj0gvj
Tags: 0.9.27-1
* New upstream release.
* Acknowledge NMU (Closes: #268989) and fix the bug it caused
  (Closes: #284326)
* Add gross versioned dependency for gcc-3.3, and make sure we use
  gcc-3.3 in the gcc wrapper. (Closes: #304806)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#else /* Not NDEBUG.  */
35
35
 
 
36
__BEGIN_DECLS
36
37
extern void __assert __P((const char *, const char *, int, const char *));
 
38
__END_DECLS
37
39
 
38
40
#define assert(expr)                                                          \
39
41
  ((void) ((expr) ||                                                          \