Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e81b7b1

Browse files
committed
Remove extra 'else' in solaris compiler code.
1 parent dfec2b0 commit e81b7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/solaris

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if test "$GCC" != yes ; then
44
if test "$enable_debug" != yes; then
55
CFLAGS="$CFLAGS -O" # any optimization breaks debug
66
fi
7-
else
7+
88
# Pick the right test-and-set (TAS) code for the Sun compiler.
99
# We would like to use in-line assembler, but the compiler
1010
# requires *.il files to be on every compile line, making

0 commit comments

Comments
 (0)