projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d0eeb
)
Changed find_char_unquote callers here too.
author
Roland McGrath
<roland@redhat.com>
Fri, 10 Mar 1995 20:34:41 +0000
(20:34 +0000)
committer
Roland McGrath
<roland@redhat.com>
Fri, 10 Mar 1995 20:34:41 +0000
(20:34 +0000)
misc.c
patch
|
blob
|
history
diff --git
a/misc.c
b/misc.c
index 886cdf3b2c4bb6d2ed79fa4fc4df720d946386e3..d093bcef70ef127ff92e2bd893962ad9629f946d 100644
(file)
--- a/
misc.c
+++ b/
misc.c
@@
-126,7
+126,7
@@
remove_comments (line)
{
char *comment;
- comment = find_char_unquote (line,
'#'
, 0);
+ comment = find_char_unquote (line,
"#"
, 0);
if (comment != 0)
/* Cut off the line at the #. */