mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* src/files.c (compute_output_file_names): Fix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2001-09-24 Marc Autret <autret_m@epita.fr>
|
||||||
|
|
||||||
|
* src/files.c (compute_output_file_names): Fix.
|
||||||
|
|
||||||
2001-09-24 Marc Autret <autret_m@epita.fr>, Akim Demaille <akim@epita.fr>
|
2001-09-24 Marc Autret <autret_m@epita.fr>, Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/reader.c (reader): Remove call to free_symtab ().
|
* src/reader.c (reader): Remove call to free_symtab ().
|
||||||
|
|||||||
@@ -420,7 +420,7 @@ compute_output_file_names (void)
|
|||||||
|
|
||||||
attrsfile = stringappend (short_base_name, EXT_STYPE_H);
|
attrsfile = stringappend (short_base_name, EXT_STYPE_H);
|
||||||
#ifndef MSDOS
|
#ifndef MSDOS
|
||||||
stringappend (attrsfile, header_extension);
|
attrsfile = stringappend (attrsfile, header_extension);
|
||||||
#endif /* MSDOS */
|
#endif /* MSDOS */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user