~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to panel/panel.priv.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * authorization.                                                           *
27
27
 ****************************************************************************/
28
28
 
29
 
/* $Id: panel.priv.h,v 1.20 2005/02/19 17:16:54 tom Exp $ */
 
29
/* $Id: panel.priv.h,v 1.21 2005/11/26 15:27:00 tom Exp $ */
30
30
 
31
31
#ifndef NCURSES_PANEL_PRIV_H
32
32
#define NCURSES_PANEL_PRIV_H 1
51
51
#include "panel.h"
52
52
#include <nc_panel.h>
53
53
 
54
 
#if ( CC_HAS_INLINE_FUNCS && !defined(TRACE) )
55
 
#  define INLINE inline
56
 
#else
57
 
#  define INLINE
58
 
#endif
59
 
 
60
54
#if USE_RCS_IDS
61
55
#  define MODULE_ID(id) static const char Ident[] = id;
62
56
#else