8 lines
226 B
C
8 lines
226 B
C
/* Generated by ./xlat/gen.sh from ./xlat/msgflags.in; do not edit. */
|
|
|
|
static const struct xlat msgflags[] = {
|
|
#if defined(RS_HIPRI) || (defined(HAVE_DECL_RS_HIPRI) && HAVE_DECL_RS_HIPRI)
|
|
XLAT(RS_HIPRI),
|
|
#endif
|
|
XLAT_END
|
|
};
|