2003-04-15 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 15 Apr 2003 14:50:29 +0000 (14:50 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 15 Apr 2003 14:50:29 +0000 (14:50 +0000)
From Debian by Jack Howarth <howarth@nitro.med.uc.edu>:

* ldlex.l: Use YY_CURRENT_BUFFER instead of yy_current_buffer.

ld/ChangeLog
ld/ldlex.l

index 6ca3b18642c3b6f06d950a721820770d20e625c7..ecc263b7b2b44289f05add8b9e8698588f733c3f 100644 (file)
@@ -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>
 
        * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
index 5b799c4074b53e2a07c279beb3358d10cf2af2d4..2eef45df32230e4551e7d41da864fb905eb755b7 100644 (file)
@@ -611,7 +611,7 @@ yy_input (buf, result, max_size)
      int max_size;
 {
   *result = 0; 
-  if (yy_current_buffer->yy_input_file)
+  if (YY_CURRENT_BUFFER->yy_input_file)
     {
       if (yyin)
        {
This page took 0.029535 seconds and 4 git commands to generate.