projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e206ab7
)
(sort_files): Put `volatile' in the right place.
author
Jim Meyering
<jim@meyering.net>
Sun, 27 Jul 2003 06:34:52 +0000
(06:34 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 27 Jul 2003 06:34:52 +0000
(06:34 +0000)
src/ls.c
patch
|
blob
|
history
diff --git
a/src/ls.c
b/src/ls.c
index
a058a7d
..
1570ad0
100644
(file)
--- a/
src/ls.c
+++ b/
src/ls.c
@@
-2695,7
+2695,7
@@
sort_files (void)
{
/* `func' must be `volatile', so it can't be
clobbered by a `longjmp' into this function. */
-
volatile int (*
func) (V, V);
+
int (* volatile
func) (V, V);
switch (sort_type)
{