Fix compile time warning building ldlex.c

Nick Clifton nickc@redhat.com
Tue Feb 15 18:29:00 GMT 2005


Hi Guys,

  I am applying the patch below to fix the last compile time warning.
  This one is in ldlex.c which contains a definition of the function
  yy_unput() even though this function is not used.

Cheers
  Nick

ld/ChangeLog
2005-02-15  Nick Clifton  <nickc@redhat.com>

	* ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
	not declared.  It is not used and its presence causes a compile
	time warning.
	
  



More information about the Binutils mailing list