diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-09-24 01:26:08 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-09-24 01:31:31 +0200 |
| commit | bcac04b4316d64063e743e7a49195173a0c175a0 (patch) | |
| tree | fc29431d21d83e4496da31d32f4f441de41026be /src/define-functions.h | |
| parent | Fix colour distortion (diff) | |
| download | blind-bcac04b4316d64063e743e7a49195173a0c175a0.tar.gz blind-bcac04b4316d64063e743e7a49195173a0c175a0.tar.bz2 blind-bcac04b4316d64063e743e7a49195173a0c175a0.tar.xz | |
Add -% to blind-to-text, blind-colour-srgb, and blind-colour-ciexyz
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | src/define-functions.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/define-functions.h b/src/define-functions.h index 029265e..82d59a7 100644 --- a/src/define-functions.h +++ b/src/define-functions.h @@ -4,13 +4,11 @@ # define PROCESS process_lf # define TYPE double # define SCAN_TYPE "lf" -# define PRINT_TYPE "lf" # define PRINT_CAST double # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST #endif @@ -18,13 +16,11 @@ # define PROCESS process_f # define TYPE float # define SCAN_TYPE "f" -# define PRINT_TYPE "lf" # define PRINT_CAST double # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST #endif @@ -32,13 +28,11 @@ # define PROCESS process_llf # define TYPE long double # define SCAN_TYPE "Lf" -# define PRINT_TYPE "Lf" # define PRINT_CAST long double # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST #endif @@ -46,14 +40,12 @@ # define PROCESS process_u8 # define TYPE uint8_t # define SCAN_TYPE SCNu8 -# define PRINT_TYPE "u" # define PRINT_CAST unsigned # define INTEGER_TYPE # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST # undef INTEGER_TYPE #endif @@ -62,14 +54,12 @@ # define PROCESS process_u16 # define TYPE uint16_t # define SCAN_TYPE SCNu16 -# define PRINT_TYPE "u" # define PRINT_CAST unsigned # define INTEGER_TYPE # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST # undef INTEGER_TYPE #endif @@ -78,14 +68,12 @@ # define PROCESS process_u32 # define TYPE uint32_t # define SCAN_TYPE SCNu32 -# define PRINT_TYPE PRIu32 # define PRINT_CAST uint32_t # define INTEGER_TYPE # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST # undef INTEGER_TYPE #endif @@ -94,14 +82,12 @@ # define PROCESS process_u64 # define TYPE uint64_t # define SCAN_TYPE SCNu64 -# define PRINT_TYPE PRIu64 # define PRINT_CAST uint64_t # define INTEGER_TYPE # include FILE # undef PROCESS # undef TYPE # undef SCAN_TYPE -# undef PRINT_TYPE # undef PRINT_CAST # undef INTEGER_TYPE #endif |
