projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1ee32
)
maint.mk: split a long line
author
Jim Meyering
<meyering@redhat.com>
Mon, 29 Mar 2010 14:43:00 +0000
(16:43 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Tue, 30 Mar 2010 15:56:24 +0000
(17:56 +0200)
* top/maint.mk: Split a line to fit in 80 columns.
top/maint.mk
patch
|
blob
|
history
diff --git
a/top/maint.mk
b/top/maint.mk
index bcf4ad13dcc3c122b5f6d9334cfe258067cab7ba..e121eb847b8b2bbb8e2735e670991c938e7265ff 100644
(file)
--- a/
top/maint.mk
+++ b/
top/maint.mk
@@
-413,7
+413,8
@@
sc_prohibit_openat_without_use:
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
|isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
sc_prohibit_c_ctype_without_use:
- @h='[<"]c-ctype.h[">]' re='\<c_($(ctype_re)) *\(' $(_sc_header_without_use)
+ @h='[<"]c-ctype.h[">]' re='\<c_($(ctype_re)) *\(' \
+ $(_sc_header_without_use)
_empty =
_sp = $(_empty) $(_empty)