Author: jberry
Date: Tue Jun  7 08:48:25 2005
New Revision: 188801

URL: http://svn.apache.org/viewcvs?rev=188801&view=rev
Log:
Fix cut/paste typoes

Modified:
    xerces/c/branches/jberry/3.0-unstable/configure
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_int_types.m4

Modified: xerces/c/branches/jberry/3.0-unstable/configure
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/configure?rev=188801&r1=188800&r2=188801&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/configure (original)
+++ xerces/c/branches/jberry/3.0-unstable/configure Tue Jun  7 08:48:25 2005
@@ -23144,9 +23144,9 @@
 else
 
                                if test $ac_cv_sizeof_int -eq 2; then
-                                       xerces_cv_type_s16bit_int="unsigned int"
+                                       xerces_cv_type_u16bit_int="unsigned int"
                                elif test $ac_cv_sizeof_short -eq 2; then
-                                       xerces_cv_type_s16bit_int="unsigned 
short"
+                                       xerces_cv_type_u16bit_int="unsigned 
short"
                                else
                                        { { echo "$as_me:$LINENO: error: 
Couldn't find an unsigned 16 bit int type" >&5
 echo "$as_me: error: Couldn't find an unsigned 16 bit int type" >&2;}
@@ -23205,9 +23205,9 @@
 else
 
                                if test $ac_cv_sizeof_int -eq 4; then
-                                       xerces_cv_type_s32bit_int="unsigned int"
+                                       xerces_cv_type_u32bit_int="unsigned int"
                                elif test $ac_cv_sizeof_long -eq 4; then
-                                       xerces_cv_type_s32bit_int="unsigned 
long"
+                                       xerces_cv_type_u32bit_int="unsigned 
long"
                                else
                                        { { echo "$as_me:$LINENO: error: 
Couldn't find an unsigned 32 bit int type" >&5
 echo "$as_me: error: Couldn't find an unsigned 32 bit int type" >&2;}

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_int_types.m4
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_int_types.m4?rev=188801&r1=188800&r2=188801&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_int_types.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_int_types.m4 Tue Jun  7 
08:48:25 2005
@@ -46,9 +46,9 @@
                        [xerces_cv_type_u16bit_int=uint16_t],
                        [
                                if test $ac_cv_sizeof_int -eq 2; then
-                                       xerces_cv_type_s16bit_int="unsigned int"
+                                       xerces_cv_type_u16bit_int="unsigned int"
                                elif test $ac_cv_sizeof_short -eq 2; then
-                                       xerces_cv_type_s16bit_int="unsigned 
short"
+                                       xerces_cv_type_u16bit_int="unsigned 
short"
                                else
                                        AC_MSG_ERROR([Couldn't find an unsigned 
16 bit int type])
                                fi
@@ -81,9 +81,9 @@
                        [xerces_cv_type_u32bit_int=uint32_t],
                        [
                                if test $ac_cv_sizeof_int -eq 4; then
-                                       xerces_cv_type_s32bit_int="unsigned int"
+                                       xerces_cv_type_u32bit_int="unsigned int"
                                elif test $ac_cv_sizeof_long -eq 4; then
-                                       xerces_cv_type_s32bit_int="unsigned 
long"
+                                       xerces_cv_type_u32bit_int="unsigned 
long"
                                else
                                        AC_MSG_ERROR([Couldn't find an unsigned 
32 bit int type])
                                fi



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to