~ubuntu-branches/debian/stretch/readline6/stretch

« back to all changes in this revision

Viewing changes to util.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-02 13:29:08 UTC
  • mto: (0.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100102132908-hiy6dhm0fzq4vrss
Tags: upstream-6.1
ImportĀ upstreamĀ versionĀ 6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
#if defined (HANDLE_MULTIBYTE)
83
83
int
84
 
_rl_walphabetic (wc)
85
 
     wchar_t wc;
 
84
_rl_walphabetic (wchar_t wc)
86
85
{
87
86
  int c;
88
87
 
121
120
}
122
121
 
123
122
int
 
123
_rl_null_function (count, key)
 
124
     int count, key;
 
125
{
 
126
  return 0;
 
127
}
 
128
 
 
129
int
124
130
rl_tty_status (count, key)
125
131
     int count, key;
126
132
{