Searched defs:comment (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dread.c889 /* We found a comment before a semicolon. */
911 but whitespace (a comment?). */
1310 char *comment;
1312 comment = find_char_unquote (line, '#', 0, 0, 0);
1314 if (comment != 0)
1316 *comment = '\0';
1305 char *comment; local

Completed in 35 milliseconds