Revert "cgen: define new u8 type"

This reverts commit b7f2adb69c.
pull/10981/head
Alexander Medvednikov 2021-07-27 19:38:48 +03:00
parent b7f2adb69c
commit a56f579e0d
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ typedef int8_t i8;
typedef uint64_t u64;
typedef uint32_t u32;
typedef uint16_t u16;
typedef uint8_t u8;
typedef uint8_t byte;
typedef uint32_t rune;
typedef float f32;