summaryrefslogtreecommitdiff
path: root/lib/codereview
diff options
context:
space:
mode:
authorSergio Luis O. B. Correia <sergio@larces.uece.br>2009-11-17 09:02:47 -0800
committerSergio Luis O. B. Correia <sergio@larces.uece.br>2009-11-17 09:02:47 -0800
commit68d85f1127034d29d880c1da730d6d7eb0637cca (patch)
tree8d78d67145928787c61ec9929b7c402382f807ac /lib/codereview
parent9e6c6623c042ed3aed1ac79d8d803b82405c8ab3 (diff)
downloadgolang-68d85f1127034d29d880c1da730d6d7eb0637cca.tar.gz
cmd/cc: Fix -I switch to handle a path with blankspaces correctly
Currently, -I switch can't deal with a path containing spaces. This commit simplify setinclude(), by removing the special case of a string that had spaces. After this change, setinclude() will merely add the given directories to the include path, if it does not yet exist, and this approach works. Will be needed for solving issue 115. R=agl1, rsc, iant2, r http://codereview.appspot.com/155059 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'lib/codereview')
0 files changed, 0 insertions, 0 deletions