Hacker News new | ask | show | jobs
by leecho0 6195 days ago
did anyone else notice the problem with this:

  if(condition_variable==condition2)
  /*{
     //Block temporarily commented out.
     condition_variable=condition1;
  }*/