comparison liboctave/oct-rl-edit.c @ 5775:ace8d8d26933

[project @ 2006-04-24 19:13:06 by jwe]
author jwe
date Mon, 24 Apr 2006 19:13:11 +0000
parents 256dde4f6aea
children 2883ea1c5c18
comparison
equal deleted inserted replaced
5774:e7af222e98b0 5775:ace8d8d26933
74 systems, it is not exported from shared library versions of 74 systems, it is not exported from shared library versions of
75 readline, so we can't use it. 75 readline, so we can't use it.
76 76
77 Instead, temporarily redefine the redisplay function to do nothing. 77 Instead, temporarily redefine the redisplay function to do nothing.
78 78
79 XXX FIXME XXX -- It would be safer to do this when protected from 79 FIXME -- It would be safer to do this when protected from
80 interrupts... */ 80 interrupts... */
81 81
82 static void 82 static void
83 flush_stdout (void) 83 flush_stdout (void)
84 { 84 {