From: <jpi...@us...> - 2012-05-23 12:34:32
|
Revision: 10503 http://octave.svn.sourceforge.net/octave/?rev=10503&view=rev Author: jpicarbajal Date: 2012-05-23 12:34:26 +0000 (Wed, 23 May 2012) Log Message: ----------- admin: lang files Modified Paths: -------------- trunk/octave-forge/admin/langfiles/octave.php Modified: trunk/octave-forge/admin/langfiles/octave.php =================================================================== --- trunk/octave-forge/admin/langfiles/octave.php 2012-05-23 12:24:25 UTC (rev 10502) +++ trunk/octave-forge/admin/langfiles/octave.php 2012-05-23 12:34:26 UTC (rev 10503) @@ -62,9 +62,7 @@ 'global ', 'persistent ', 'static ' ), // Internal variables - 3 => array( - 'ans' - ), + 3 => array('ans'), // Reserved words 4 => array( 'break', 'case', 'catch', 'continue', 'do', 'else', 'elseif', 'end', @@ -393,7 +391,7 @@ '!', '!=', '"', '&', '&&', "'", '*', '**', '+', '++', ',', '-', '--', ".'", '.*', '.**', '...', './', '.^', '/', ':', ';', '<', '<=', '=', '==', '>', '>=', '^', - '|', '||', '~', '~=' + '|', '||', '~', '~=', '\\' ), 'CASE_SENSITIVE' => array( GESHI_COMMENTS => false, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |