mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
lint
This commit is contained in:
@ -92,7 +92,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "as.h"
|
#include "as.h"
|
||||||
|
<<<<<<< listing.c
|
||||||
|
#include <ansidecl.h>
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 1.13
|
||||||
#include <obstack.h>
|
#include <obstack.h>
|
||||||
#include "input-file.h"
|
#include "input-file.h"
|
||||||
#include "targ-cpu.h"
|
#include "targ-cpu.h"
|
||||||
@ -977,7 +981,7 @@ void DEFUN_VOID(listing_eject)
|
|||||||
{
|
{
|
||||||
s_ignore();
|
s_ignore();
|
||||||
}
|
}
|
||||||
void DEFUN(listing_psize)
|
void DEFUN_VOID(listing_psize)
|
||||||
{
|
{
|
||||||
s_ignore();
|
s_ignore();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user