[Motiftools-xmt-cvs] CVS: xmt/Xmt InputFieldP.h,1.4,1.5
Brought to you by:
motiftools
|
From: Grant M. <grm...@us...> - 2003-10-27 17:36:11
|
Update of /cvsroot/motiftools/xmt/Xmt
In directory sc8-pr-cvs1:/tmp/cvs-serv8372
Modified Files:
InputFieldP.h
Log Message:
Fix comment re Solaris bug [not a 64-bit only bug]
Index: InputFieldP.h
===================================================================
RCS file: /cvsroot/motiftools/xmt/Xmt/InputFieldP.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** InputFieldP.h 25 Oct 2003 00:42:15 -0000 1.4
--- InputFieldP.h 27 Oct 2003 17:33:36 -0000 1.5
***************
*** 10,13 ****
--- 10,16 ----
*
* $Log$
+ * Revision 1.5 2003/10/27 17:33:36 grmcdorman
+ * Fix comment re Solaris bug [not a 64-bit only bug]
+ *
* Revision 1.4 2003/10/25 00:42:15 grmcdorman
* Bug fix for Solaris 64 bit
***************
*** 93,97 ****
typedef struct _XmtInputFieldPart {
! long pad[4]; /* Sun XmText, in 64-bit mode, seems to have some storage
* undeclared in Xm/TextP.h (two longwords, actually; we'll
* allocate 4 to be safe)
--- 96,100 ----
typedef struct _XmtInputFieldPart {
! long pad[4]; /* Sun XmText seems to have some storage
* undeclared in Xm/TextP.h (two longwords, actually; we'll
* allocate 4 to be safe)
|