bug1031 271 B

12345
  1. o Code cleanup:
  2. - Avoid use of reserved identifiers in our C code. The C standard
  3. doesn't like us declaring anything that starts with an
  4. underscore, so let's knock it off before we get in trouble. Fix
  5. for bug 1031; bugfix on the first Tor commit.