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

9 lines
346 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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 \"Error de an lisis %%1\"\x0d\x0a"
#define EXTENDED_STR " DB \"Error extendido %%1\"\x0d\x0a"
char *ExtendedErrorText999 = "\"Error extendido %1\""; /* Mar 88, SWN */
char *ParserErrorText999 = "\"Error de an lisis %1\""; /* Mar 88, SWN */