head	1.3;
access;
symbols
	RELEASE_4_7_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2002.10.22.19.43.11;	author ache;	state dead;
branches;
next	1.2;

1.2
date	2002.08.26.19.50.51;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	2002.06.07.00.44.33;	author kris;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to 3.10 beta 1
@
text
@--- rartypes.hpp.bak	Tue May 14 16:41:23 2002
+++ rartypes.hpp	Mon Aug 26 23:32:38 2002
@@@@ -8,7 +8,7 @@@@
 typedef unsigned int     uint32; //32 bits exactly
 #define PRESENT_INT32
 
-#ifdef _WIN_32
+#if defined(_WIN_32) || defined(__FreeBSD__)
 typedef wchar_t wchar;
 #elif defined(__GNUC__)
 typedef __wchar_t wchar;
@


1.2
log
@Define wchar properly
@
text
@@


1.1
log
@Fix a format string nit.
@
text
@d1 5
a5 10
--- getopt.c.orig	Thu Jun  6 17:43:00 2002
+++ getopt.c	Thu Jun  6 17:43:12 2002
@@@@ -270,7 +270,7 @@@@
     MUCHelp20,MUCHelp21,"\n"};
   int I;
   for (I=0;I<sizeof(Help)/sizeof(Help[0]);I++)
-    mprintf(Help[I]);
+    mprintf("%s", Help[I]);
 }
 
d7 5
@

