]> Cypherpunks repositories - gostls13.git/commit
cmd/cc: change getquoted() to accept whitespaces.
authorSergio Luis O. B. Correia <sergio@larces.uece.br>
Tue, 24 Nov 2009 00:00:26 +0000 (16:00 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2009 00:00:26 +0000 (16:00 -0800)
commit2b1133ff863172d669defea18761a84e4a343d80
treea7ae9dadec384481f792b4512c3ada933ebb553e
parentedf7485a6ea5464c521711deba274a5bb44df75c
cmd/cc: change getquoted() to accept whitespaces.

getquoted() currently checks for whitespaces and returns nil
if it finds one. this prevents us from having go in a path
containing whitespaces, as the #pragma dynld directives are
processed through the said function.

this commit makes getquoted() accept whitespaces, and this is
also needed for solving issue #115.

R=rsc
https://golang.org/cl/157066
src/cmd/cc/dpchk.c