Enlightenment CVS committal Author : raster Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/src/bin Modified Files: embryo_cc_sc1.c embryo_cc_scvars.c Log Message: ignore loose indentation :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc1.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- embryo_cc_sc1.c 27 Jul 2004 00:58:25 -0000 1.15 +++ embryo_cc_sc1.c 28 Sep 2004 03:06:21 -0000 1.16 @@ -19,7 +19,7 @@ * must not be misrepresented as being the original software. * 3. This notice may not be removed or altered from any source * distribution. - * Version: $Id: embryo_cc_sc1.c,v 1.15 2004/07/27 00:58:25 raster Exp $ + * Version: $Id: embryo_cc_sc1.c,v 1.16 2004/09/28 03:06:21 raster Exp $ */ #include <assert.h> #include <ctype.h> @@ -562,7 +562,7 @@ intest = 0; /* true if inside a test */ sideeffect = 0; /* true if an expression causes a side-effect */ stmtindent = 0; /* current indent of the statement */ - indent_nowarn = FALSE; /* do not skip warning "217 loose indentation" */ + indent_nowarn = TRUE; /* do not skip warning "217 loose indentation" */ sc_allowtags = TRUE; /* allow/detect tagnames */ sc_status = statIDLE; } @@ -3373,7 +3373,7 @@ !indent_nowarn && sc_tabsize > 0) error(217); /* loose indentation */ *lastindent = stmtindent; - indent_nowarn = FALSE; /* if warning was blocked, re-enable it */ + indent_nowarn = TRUE; /* if warning was blocked, re-enable it */ } /* if */ switch (tok) { =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_scvars.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- embryo_cc_scvars.c 20 Apr 2004 03:50:11 -0000 1.2 +++ embryo_cc_scvars.c 28 Sep 2004 03:06:21 -0000 1.3 @@ -20,7 +20,7 @@ * misrepresented as being the original software. * 3. This notice may not be removed or altered from any source distribution. * - * Version: $Id: embryo_cc_scvars.c,v 1.2 2004/04/20 03:50:11 raster Exp $ + * Version: $Id: embryo_cc_scvars.c,v 1.3 2004/09/28 03:06:21 raster Exp $ */ #include <stdio.h> #include <stdlib.h> /* for _MAX_PATH */ @@ -73,7 +73,7 @@ int intest = 0; /* true if inside a test */ int sideeffect = 0; /* true if an expression causes a side-effect */ int stmtindent = 0; /* current indent of the statement */ -int indent_nowarn = FALSE; /* skip warning "217 loose indentation" */ +int indent_nowarn = TRUE; /* skip warning "217 loose indentation" */ int sc_tabsize = 8; /* number of spaces that a TAB represents */ int sc_allowtags = TRUE; /* allow/detect tagnames in lex() */ int sc_status; /* read/write status */ ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs