2025-04-27 07:49:33 -04:00

9 lines
342 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
Message file for COMMAND.COM BUILDMSG.EXE
*/
#define PARSE_STR " DB \"Erreur d'analyse %%1\"\x0d\x0a"
#define EXTENDED_STR " DB \"Erreur tendue %%1\"\x0d\x0a"
char *ExtendedErrorText999 = "\"Erreur tendue %1\""; /* Mar 88, SWN */
char *ParserErrorText999 = "\"Erreur d'analyse %1\""; /* Mar 88, SWN */