This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3529040
)
A is not blank
author
H.Merijn Brand
<merijn@lx09.procura.nl>
Mon, 9 Jan 2012 17:18:18 +0000
(18:18 +0100)
committer
H.Merijn Brand
<merijn@lx09.procura.nl>
Mon, 9 Jan 2012 17:18:18 +0000
(18:18 +0100)
U/perl/d_isblank.U
patch
|
blob
|
blame
|
history
diff --git
a/U/perl/d_isblank.U
b/U/perl/d_isblank.U
index
9c314cf
..
753a56e
100644
(file)
--- a/
U/perl/d_isblank.U
+++ b/
U/perl/d_isblank.U
@@
-28,7
+28,7
@@
$cat >isblank.c <<'EOCP'
#include <stdio.h>
#include <ctype.h>
int main() {
- int c = '
A
';
+ int c = '
';
if (isblank(c))
exit(0);
else