mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
This commit is contained in:
@@ -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
10
cfg.mk
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user