Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_handlers.c 


Log Message:
programs may not specify 'target' before 'action'
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_handlers.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- edje_cc_handlers.c  24 Oct 2004 09:48:29 -0000      1.50
+++ edje_cc_handlers.c  27 Oct 2004 16:17:12 -0000      1.51
@@ -1995,9 +1995,10 @@
          data_queue_part_lookup(pc, name, &(et->id));
        else
          {
-            /* FIXME: not type specified. guess */
-            data_queue_part_lookup(pc, name, &(et->id));
-            data_queue_program_lookup(pc, name, &(et->id));
+            fprintf(stderr, "%s: Error. parse error %s:%i. "
+                  "target may only be used after action\n",
+                  progname, file_in, line - 1);
+            exit(-1);
          }
        free(name);
      }




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to