Update of /cvsroot/geshi/geshi-src/geshi/classes/c
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16357
Modified Files:
class.geshiccodeparser.php
Log Message:
* Added author, copyright and bug-report page to header
* Modified file to cope with the move of
contexts/c/common_keywords.php to languages/c/common.php
Index: class.geshiccodeparser.php
============================================================
=======
RCS file:
/cvsroot/geshi/geshi-src/geshi/classes/c/class.geshiccodepar
ser.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** class.geshiccodeparser.php 13 May 2006 06:10:09
-0000 1.3
--- class.geshiccodeparser.php 14 May 2006 09:05:37
-0000 1.4
***************
*** 26,32 ****
*
* package core
! * author
* license http://www.gnu.o
rg/copyleft/gpl.html GNU GPL
! * copyright (C) 2006
* version $Id$
*
--- 26,33 ----
*
* package core
! * author http://clc-wik
i.net/wiki/User:Netocrat
! * link http://c
lc-wiki.net/wiki/Development:GeSHi_C Bug reports
* license http://www.gnu.o
rg/copyleft/gpl.html GNU GPL
! * copyright (C) 2006 Netocrat
* version $Id$
*
***************
*** 56,65 ****
{
$this->GeSHiCodeParser($styler, $language);
! /**
! * Get the url for non-standard preprocessor
directives into
! * $this->_CnonStdPreprocDirectivesUrl
! */
! include GESHI_CONTEXTS_ROOT.'c'.GESHI_DIR_SEP.
! 'common_keywords.php';
}
--- 57,62 ----
{
$this->GeSHiCodeParser($styler, $language);
! /** for
geshi_c_get_non_std_preproc_directives_url() */
! require_once
GESHI_LANGUAGES_ROOT.'c'.GESHI_DIR_SEP.'common.php';
}
***************
*** 79,83 ****
$this->_state == 0) {
$this->_state = 1;
! $data['url'] =
$this->_CnonStdPreprocDirectivesUrl;
$nonstd_ppdir_linked = true;
}
--- 76,80 ----
$this->_state == 0) {
$this->_state = 1;
! $data['url'] =
geshi_c_get_non_std_preproc_directives_url();
$nonstd_ppdir_linked = true;
}
-------------------------------------------------------
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
|