Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_sc.h 


Log Message:
increased max line length. this helps with edje scripts.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- embryo_cc_sc.h      20 Apr 2004 03:50:11 -0000      1.2
+++ embryo_cc_sc.h      8 Aug 2004 11:52:31 -0000       1.3
@@ -9,7 +9,7 @@
  *  Copyright J.E. Hendrix, 1982, 1983
  *  Copyright T. Riemersma, 1997-2003
  *
- *  Version: $Id: embryo_cc_sc.h,v 1.2 2004/04/20 03:50:11 raster Exp $
+ *  Version: $Id: embryo_cc_sc.h,v 1.3 2004/08/08 11:52:31 tsauerbeck Exp $
  *
  *  This software is provided "as-is", without any express or implied warranty.
  *  In no event will the authors be held liable for any damages arising from
@@ -45,7 +45,7 @@
 
 #define sDIMEN_MAX     2       /* maximum number of array dimensions */
 #define sDEF_LITMAX  500       /* initial size of the literal pool, in "cells" */
-#define sLINEMAX     511       /* input line length (in characters) */
+#define sLINEMAX     2047      /* input line length (in characters) */
 #define sDEF_AMXSTACK 4096     /* default stack size for AMX files */
 #define sSTKMAX       80       /* stack for nested #includes and other uses */
 #define PREPROC_TERM  '\x7f'   /* termination character for preprocessor expressions 
(the "DEL" code) */




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to