From 85b20473aca941f564ddd77f882266dec7969622 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 21 May 2005 08:51:50 +0000 Subject: [PATCH] *** empty log message *** --- ase/test/stx/stx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ase/test/stx/stx.c b/ase/test/stx/stx.c index 473fe6c1..94bbc845 100644 --- a/ase/test/stx/stx.c +++ b/ase/test/stx/stx.c @@ -28,12 +28,10 @@ int xp_main (int argc, xp_char_t* argv[]) xp_stx_t stx; xp_stx_word_t i; -#ifndef _DOS if (xp_setlocale () == -1) { printf ("cannot set locale\n"); return -1; } -#endif if (argc != 2) { /* TODO: argument processing */ xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass\n"), argv[0]);