cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.

This commit is contained in:
Alfred M. Szmidt
2011-11-19 14:32:02 +01:00
parent a1e37953a3
commit d08a54c8e6
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-11-19 Alfred M. Szmidt <ams@gnu.org>
* cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
2011-11-19 Mats Erik Andersson <gnu@gisladisker.se>
* telnet/telnet.c [HAVE_READLINE]: Replace previous use of

10
cfg.mk
View File

@@ -49,3 +49,13 @@ upload-web-coverage:
cvs commit -m "Update." coverage
release-prep-hook =
sc_unsigned_char:
@prohibit=u''_char \
halt='don'\''t use u''_char; instead use unsigned char' \
$(_sc_search_regexp)
sc_unsigned_long:
@prohibit=u''_long \
halt='don'\''t use u''_long; instead use unsigned long' \
$(_sc_search_regexp)