Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include/libast


Modified Files:
        sysdefs.h.in 


Log Message:
Wed Jan 21 18:19:49 2004                        Michael Jennings (mej)

Adding hash functions in preparation for a hash table implementation.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/sysdefs.h.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- sysdefs.h.in        10 Jan 2004 21:15:16 -0000      1.3
+++ sysdefs.h.in        21 Jan 2004 23:20:46 -0000      1.4
@@ -29,8 +29,8 @@
  * LibAST headers need are defined one way or the other.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.3 $
- * @date $Date: 2004/01/10 21:15:16 $
+ * @version $Revision: 1.4 $
+ * @date $Date: 2004/01/21 23:20:46 $
  */
 
 #ifndef _LIBAST_SYSDEFS_H_
@@ -134,6 +134,9 @@
 #ifndef SIZEOF_SHORT
 #  define SIZEOF_SHORT 0
 #endif
+#ifndef WORDS_BIGENDIAN
+#  define WORDS_BIGENDIAN 0
+#endif
 
 /* Substitutes for some non-standard functions. */
 #ifndef HAVE_MEMMEM




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to