Explorar el Código

Changes file for bug 1031 (reserved C identifiers)

Nick Mathewson hace 13 años
padre
commit
30e2d41a65
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      changes/bug1031

+ 5 - 0
changes/bug1031

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