Index: embed.c
===================================================================
RCS file: /cvs/public/parrot/embed.c,v
retrieving revision 1.70
diff -u -r1.70 embed.c
--- embed.c	1 Jul 2003 18:22:01 -0000	1.70
+++ embed.c	2 Jul 2003 09:59:39 -0000
@@ -319,8 +319,8 @@
     /* No JIT here--make sure they didn't ask for it. */
 
     if (Interp_flags_TEST(interpreter, PARROT_JIT_FLAG)) {
-        PIO_fprintf(interpreter, PIO_STDERR(interpreter),
-                "Parrot VM: Platform " JIT_ARCHNAME " is not JIT-capable.\n");
+        PIO_eprintf(interpreter, "Parrot VM: Platform " JIT_ARCHNAME 
+                    " is not JIT-capable.\n");
         Parrot_exit(1);
     }
 



-- 
Juergen Boemmels			[EMAIL PROTECTED]
Fachbereich Physik			Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern		Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to