Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include/libast


Modified Files:
        obj.h 


Log Message:
Wed Nov  5 15:13:24 2003                        Michael Jennings (mej)

Let's try that again, shall we?

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/obj.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- obj.h       5 Nov 2003 20:05:44 -0000       1.22
+++ obj.h       5 Nov 2003 20:13:38 -0000       1.23
@@ -33,8 +33,8 @@
  * manipulating basic generic objects.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.22 $
- * $Date: 2003/11/05 20:05:44 $
+ * $Revision: 1.23 $
+ * $Date: 2003/11/05 20:13:38 $
  */
 
 /[EMAIL PROTECTED]/
@@ -199,10 +199,10 @@
         if (!SPIF_OBJ_IS_TYPE(self, otype)) { \
             return FALSE; \
         } \
-        if (!SPIF_OBJ_ISNULL(self-> ## name)) { \
-            SPIF_OBJ_DEL(self-> ## name); \
+        if (!SPIF_OBJ_ISNULL(self->name)) { \
+            SPIF_OBJ_DEL(self->name); \
         } \
-        self-> ## name = new_ ## name; \
+        self->name = new_ ## name; \
         return TRUE; \
     }
 
@@ -229,7 +229,7 @@
         if (!SPIF_OBJ_IS_TYPE(self, otype)) { \
             return FALSE; \
         } \
-        self-> ## name = new_ ## name; \
+        self->name = new_ ## name; \
         return TRUE; \
     }
 




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to