mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
|
|
// This file usually isn't used. See USERESOURCES in msgtext.c for details.
|
|
|
|
#include "globals.h"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
#undef pick
|
|
#define pick( code, text ) code, text
|
|
|
|
#include "msgdef.h"
|
|
|
|
END
|