Skip to content

Commit

Permalink
options/ansi: Define LC_MEASUREMENT_MASK
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Dec 24, 2024
1 parent 381b03f commit c9f5b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/ansi/include/locale.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#define LC_COLLATE_MASK (1<<LC_COLLATE)
#define LC_MONETARY_MASK (1<<LC_MONETARY)
#define LC_MESSAGES_MASK (1<<LC_MESSAGES)
#define LC_MEASUREMENT_MASK (1<<LC_MEASUREMENT)
#define LC_ALL_MASK 0x7FFFFFFF

#ifdef __cplusplus
Expand Down

0 comments on commit c9f5b3d

Please sign in to comment.