Skip to content

Commit 6bad2b9

Browse files
committed
remove type redefinitions
1 parent 3b5794e commit 6bad2b9

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT([switch-tools],[1.11.0],[https://github.com/switchbrew/switch-tools/issues])
5+
AC_INIT([switch-tools],[1.11.1],[https://github.com/switchbrew/switch-tools/issues])
66
AC_CONFIG_SRCDIR([src/build_pfs0.c])
77

88
AM_INIT_AUTOMAKE([subdir-objects])

src/elf2kip.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
#include "blz.h"
1010
#include "elf64.h"
1111

12-
typedef uint64_t u64;
13-
typedef uint32_t u32;
14-
typedef uint16_t u16;
15-
typedef uint8_t u8;
16-
1712
typedef struct {
1813
u32 DstOff;
1914
u32 DecompSz;

src/elf2nro.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
#include "elf64.h"
99
#include "romfs.h"
1010

11-
typedef uint64_t u64;
12-
typedef uint32_t u32;
13-
typedef uint8_t u8;
14-
1511
typedef struct {
1612
u32 FileOff;
1713
u32 Size;

0 commit comments

Comments
 (0)