]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make new methods static.
authorBruno Haible <bruno@clisp.org>
Thu, 30 Nov 2006 13:27:24 +0000 (13:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:25 +0000 (12:14 +0200)
gnulib-local/lib/term-ostream.oo.c

index 5240bfcca9cc5e58f844b10aaaf26079554c6571..6f58349528004d5dbf3d366d165cd9b73954c0a3 100644 (file)
@@ -259,7 +259,7 @@ init_stopping_signal_set ()
 }
 
 /* Temporarily delay the stopping signals.  */
-void
+static inline void
 block_stopping_signals ()
 {
   init_stopping_signal_set ();
@@ -267,7 +267,7 @@ block_stopping_signals ()
 }
 
 /* Stop delaying the stopping signals.  */
-void
+static inline void
 unblock_stopping_signals ()
 {
   init_stopping_signal_set ();