[tor-bugs] #17804 [Tor]: Replace usage of inline with INLINE

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Dec 10 14:23:01 UTC 2015


#17804: Replace usage of inline with INLINE
-------------------------+------------------------------------
 Reporter:  cypherpunks  |          Owner:
     Type:  defect       |         Status:  new
 Priority:  Low          |      Milestone:  Tor: 0.2.8.x-final
Component:  Tor          |        Version:  Tor: unspecified
 Severity:  Trivial      |     Resolution:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
  Sponsor:               |
-------------------------+------------------------------------

Comment (by nickm):

 I think we should revise the coding standards and replace INLINE with
 inline instead.

 (And instead of generating a patch by hand, we should have perl script to
 do it, eg
 {{{
  perl -i -pe 's/\bINLINE\b/inline/' src/*/*.[ch] src/*/*/*.[ch]
 }}}

 That will make the patch much easier to review.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/17804#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list