Update of /cvsroot/geshi/geshi-src/geshi/languages/c
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14488/geshi/languag
es/c
Modified Files:
c.php
Log Message:
Told the multiline comment context to be sent to the code
parser (else the preprocessing for backslash-newlines
breaks).
Index: c.php
============================================================
=======
RCS file: /cvsroot/geshi/geshi-src/geshi/languages/c/c.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** c.php 2 Jun 2006 09:43:38 -0000 1.11
--- c.php 24 Jun 2006 00:12:53 -0000 1.12
***************
*** 87,90 ****
--- 87,91 ----
{
$context->addDelimiters('/*', '*/');
+ $context->setComplexFlag(GESHI_COMPLEX_PASSALL);
}
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
geshi-cvs mailing list
geshi-cvs lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geshi-cvs
|