Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Tor
22715 commits behind the upstream repository.
Nick Mathewson's avatar
Nick Mathewson authored
This is meant to avoid conflict with the built-in log() function in
math.h.  It resolves ticket 7599.  First reported by dhill.

This was generated with the following perl script:

 #!/usr/bin/perl -w -i -p

 s/\blog\(LOG_(ERR|WARN|NOTICE|INFO|DEBUG)\s*,\s*/log_\L$1\(/g;

 s/\blog\(/tor_log\(/g;
a141430e
History
Name Last commit Last update
..
common
config
ext
or
test
tools
win32
include.am