eo class add - dont always call getenv as this is epxensive. get once
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 9 Sep 2016 02:19:01 +0000 (11:19 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 9 Sep 2016 09:53:20 +0000 (18:53 +0900)
commit54c39aa564a28a8588aa0d53ee284cf8761c9963
tree34025a3fbb1bd0a325542a55251c5208074fbbe9
parent26a60e1eb35c2afcbad6e55b6aa52c22ffd96340
eo class add - dont always call getenv as this is epxensive.  get once

so class creation is possibly a little slower thanks to always calling
getenv. get once then store rsult from there on out.
src/lib/eo/eo.c