Hi!

----

Can someone explain the following code fragment in src/cmd/ksh93/sh/io.c:
-- snip --
  1073          tname = stakfreeze(1);
  1074          switch(mode)
  1075          {
  1076                  unlink(tname);
  1077                  break;
  1078              case 1:
  1079                  rename(tname,name);
  1080                  break;
  1081              default:
  1082                  unlink(tname);
  1083                  break;
  1084          }
-- snip --
... it looks like a |case| statement went missing between lines 1075
and 1076 (we've noticed that with the new Sun Studio 12.3 compiler on
Linux).

----

Bye,
Roland

--
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)

_______________________________________________
ast-developers mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-developers

Reply via email to