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

9 lines
364 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 \"Erro de an lise %%1\"\x0d\x0a"
#define EXTENDED_STR " DB \"Erro estendido %%1\"\x0d\x0a"
char *ExtendedErrorText999 = "\"Erro estendido %1\""; /* Mar 88, SWN */
char *ParserErrorText999 = "\"Erro de an lise %1\""; /* Mar 88, SWN */