mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2003-04-15 H.J. Lu <hjl@gnu.org>
From Debian by Jack Howarth <howarth@nitro.med.uc.edu>: * ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-04-15 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:
|
||||||
|
|
||||||
|
* ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.
|
||||||
|
|
||||||
2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
|
2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
|
||||||
|
|
||||||
* h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
|
* h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
|
||||||
|
@ -611,7 +611,7 @@ yy_input (buf, result, max_size)
|
|||||||
int max_size;
|
int max_size;
|
||||||
{
|
{
|
||||||
*result = 0;
|
*result = 0;
|
||||||
if (yy_current_buffer->yy_input_file)
|
if (YY_CURRENT_BUFFER->yy_input_file)
|
||||||
{
|
{
|
||||||
if (yyin)
|
if (yyin)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user