* grub-core/script/lexer.c (grub_script_lexer_init): Rename getline

argument to prevent name collision.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-16 09:06:11 +01:00
parent 09fd6d8293
commit 4542e71b8b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-01-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/lexer.c (grub_script_lexer_init): Rename getline
argument to prevent name collision.
2013-01-15 Colin Watson <cjwatson@ubuntu.com>
Remove nested functions from script reading and parsing.