Update of /cvsroot/geshi/geshi-src/geshi/languages/c
In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30170/geshi/languag
es/c
Modified Files:
c.php
Log Message:
Converted language files to use the new useStandardDoubles()
format.
Index: c.php
============================================================
=======
RCS file: /cvsroot/geshi/geshi-src/geshi/languages/c/c.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** c.php 13 May 2006 06:13:48 -0000 1.3
--- c.php 14 May 2006 01:30:18 -0000 1.4
***************
*** 113,117 ****
$context->useStandardIntegers();
! $context->useStandardDoubles('symbol');
$context->addObjectSplitter(array('.',
'->'), 'member', 'symbol');
--- 113,117 ----
$context->useStandardIntegers();
!
$context->useStandardDoubles(array('chars_after_number'
=> array('f', 'l')));
$context->addObjectSplitter(array('.',
'->'), 'member', 'symbol');
***************
*** 273,277 ****
$context->useStandardIntegers();
! $context->useStandardDoubles('symbol');
$context->parseDelimiters(GESHI_CHILD_PARSE_LEFT);
--- 273,277 ----
$context->useStandardIntegers();
!
$context->useStandardDoubles(array('chars_after_number'
=> array('f', 'l')));
$context->parseDelimiters(GESHI_CHILD_PARSE_LEFT);
***************
*** 411,415 ****
$context->useStandardIntegers();
! $context->useStandardDoubles('symbol');
$context->addObjectSplitter(array(
--- 411,415 ----
$context->useStandardIntegers();
!
$context->useStandardDoubles(array('chars_after_number'
=> array('f', 'l')));
$context->addObjectSplitter(array(
-------------------------------------------------------
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
|