]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Code perfectionism.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Jun 2023 23:27:57 +0000 (01:27 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 2 Jun 2023 23:27:57 +0000 (01:27 +0200)
* gettext-tools/src/write-po.c (putc): Remove unused macro.

gettext-tools/src/write-po.c

index 1190496313843ccabea9fffe76c9990d676c3798..1f1742cd971cf5c71706d388e329325d95826194 100644 (file)
 /* Our regular abbreviation.  */
 #define _(str) gettext (str)
 
-#if HAVE_DECL_PUTC_UNLOCKED
-# undef putc
-# define putc putc_unlocked
-#endif
-
 
 /* =================== Putting together a #, flags line. =================== */