diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-06 15:28:47 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-06 15:28:47 -0700 |
| commit | 2c2e2c5d5582225632be487dba4ede8761374294 (patch) | |
| tree | 7b454e7032609574c80c0e940c03c16b929c465a /src/pkg/exec/exec.go | |
| parent | dc093494f38deb14e3a8818972b8248811787272 (diff) | |
| download | go-2c2e2c5d5582225632be487dba4ede8761374294.tar.xz | |
more comment work.
got rid of regexps.
primary bug fix is that // inside /* */ do not get stripped anymore,
so that the text inside
/*
int a;
// int b;
int c;
*/
is
int a;
// int b;
int c;
before, the "int b;" line was being uncommented too.
R=gri
DELTA=65 (13 added, 42 deleted, 10 changed)
OCL=35334
CL=35404
Diffstat (limited to 'src/pkg/exec/exec.go')
0 files changed, 0 insertions, 0 deletions
