* syntax.c (edit_read_syntax_rules): Add args argument and it

use instead of own auto args array to share this area with ...
(edit_read_syntax_file): ... this.  Adjust for the above.
Use strncpy() instead of unsafe strcpy().
This commit is contained in:
Andrew V. Samoilov 2003-02-26 19:01:40 +00:00
parent c6311c4ca5
commit 6a8a443ed2

View File

@ -1,3 +1,10 @@
2003-02-26 Andrew V. Samoilov <sav@bcs.zp.ua>
* syntax.c (edit_read_syntax_rules): Add args argument and it
use instead of own auto args array to share this area with ...
(edit_read_syntax_file): ... this. Adjust for the above.
Use strncpy() instead of unsafe strcpy().
2003-02-25 Andrew V. Samoilov <sav@bcs.zp.ua>
* syntax.c (defines): New static variable for list of defines.