From 79da1d61e8f3a897b8fc7638bbba3a0f594bead7 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 22 Oct 2005 11:20:32 +0200 Subject: GeSHi update to 1.0.7.4 darcs-hash:20051022092032-7ad00-5d8683d48f0c5e3030ba02cf46d6c549b4e3a2e9.gz --- inc/geshi/cpp.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'inc/geshi/cpp.php') diff --git a/inc/geshi/cpp.php b/inc/geshi/cpp.php index 50475e535..a92f5624d 100644 --- a/inc/geshi/cpp.php +++ b/inc/geshi/cpp.php @@ -7,10 +7,10 @@ * - M. Uli Kusterer (witness.of.teachtext@gmx.net) * - Jack Lloyd (lloyd@randombit.net) * Copyright: (c) 2004 Dennis Bayer, Nigel McNie (http://qbnz.com/highlighter) - * Release Version: 1.0.7.3 - * CVS Revision Version: $Revision: 1.5 $ + * Release Version: 1.0.7.4 + * CVS Revision Version: $Revision: 1.7 $ * Date Started: 2004/09/27 - * Last Modified: $Date: 2005/09/22 01:30:09 $ + * Last Modified: $Date: 2005/10/22 07:52:59 $ * * C++ language file for GeSHi. * @@ -75,7 +75,7 @@ $language_data = array ( 'EXIT_FAILURE', 'EXIT_SUCCESS', 'RAND_MAX', 'CLOCKS_PER_SEC', 'virtual', 'public', 'private', 'protected', 'template', 'using', 'namespace', 'try', 'catch', 'inline', 'dynamic_cast', 'const_cast', 'reinterpret_cast', - 'static_cast', 'explicit', 'friend', 'wchar_t', 'typename', 'typeid' + 'static_cast', 'explicit', 'friend', 'wchar_t', 'typename', 'typeid', 'class' ), 3 => array( 'cin', 'cerr', 'clog', 'cout', 'delete', 'new', 'this', -- cgit v1.2.3