~ubuntu-branches/ubuntu/feisty/linux-atm/feisty

« back to all changes in this revision

Viewing changes to src/qgen/qlib.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter De Schrijver (p2)
  • Date: 2005-03-17 23:02:03 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050317230203-7vc1pxi0oua0nw5w
Tags: 2.4.1-17
Fix build problem with gcc 4.0 (Closes: )

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#define Q_FATAL         -1
24
24
 
25
25
 
 
26
#ifndef DUMP_MODE
26
27
extern int q_dump;
 
28
#endif
27
29
extern void q_report(int severity,const char *msg,...);
28
30
 
29
31
#ifdef DUMP_MODE