Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/epp


Modified Files:
        cpplib.c 


Log Message:
Fix some compiler warnings.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/epp/cpplib.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- cpplib.c    5 May 2003 01:16:49 -0000       1.12
+++ cpplib.c    8 Jun 2003 07:38:22 -0000       1.13
@@ -2840,6 +2840,8 @@
    pfile->output_escapes++;
    cpp_buf_line_and_col(cpp_file_buffer(pfile), &start_line, &start_column);
 
+   rest_zero = 0;
+   args = NULL;
    nargs = defn->nargs;
 
    if (nargs >= 0)
@@ -2908,7 +2910,6 @@
          }
        /* Don't output an error message if we have already output one for
         * a parse error above.  */
-       rest_zero = 0;
        if (nargs == 0 && i > 0)
          {
             cpp_error(pfile, "arguments given to macro `%s'", hp->name);




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to