This commit is contained in:
Roland McGrath 1995-12-12 04:32:10 +00:00
parent 76d037cb95
commit 624552badd
3 changed files with 358 additions and 135 deletions

View file

@ -1,5 +1,10 @@
Mon Dec 11 22:26:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Version 3.74.1.
* misc.c (collapse_continuations): Fix skipping of trailing \s so
it can never dereference before the beginning of the array.
* read.c (find_semicolon): Function removed.
(read_makefile): Don't use find_semicolon or remove_comments for
rule lines. Use find_char_unquote directly and handle quoted comments

486
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,4 @@
char *version_string = "3.74";
char *version_string = "3.74.1";
/*
Local variables: