projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a41dbc
)
entered into RCS
author
roland
<roland>
Fri, 10 Apr 1992 01:35:19 +0000
(
01:35
+0000)
committer
roland
<roland>
Fri, 10 Apr 1992 01:35:19 +0000
(
01:35
+0000)
setjmp/tst-setjmp.c
patch
|
blob
|
history
diff --git
a/setjmp/tst-setjmp.c
b/setjmp/tst-setjmp.c
index
9df6e5a
..
ef6e1f5
100644
(file)
--- a/
setjmp/tst-setjmp.c
+++ b/
setjmp/tst-setjmp.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991
, 1992
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@
-53,7
+53,7
@@
DEFUN_VOID(main)
jump(value + 1);
}
- if (lose)
+ if (lose
|| value != 10
)
puts("Test FAILED!");
else
puts("Test succeeded!");