mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
30c4b0ebc2
- Fixing line endings from "\r\n" to "\n"
13 lines
491 B
C
13 lines
491 B
C
/**************************************************************************/
|
|
/* NLS messsages definition. */
|
|
/**************************************************************************/
|
|
#if defined(FRENCH)
|
|
#if defined(CPX)
|
|
#include "frmsg1.h"
|
|
#else /* not CPX */
|
|
#include "frmsg2.h"
|
|
#endif /* CPX */
|
|
#else /* not FRENCH */
|
|
#include "engmsg.h"
|
|
#endif /* FRENCH */
|
|
/* ---------------------------------------------------------------------- */
|