[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tyndur-devel] [PATCH 1/4] kedit: Syntaxhighlighting: const



On Fri, Jul 31, 2009 at 01:10:45PM +0200, Kevin Wolf wrote:
> + kedit: const gehoert auch zu einem Typen dazu
> 
> Signed-off-by: Kevin Wolf <kevin@xxxxxxxxxx>
> ---
>  src/modules/pas/kedit/syntax.pas |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/modules/pas/kedit/syntax.pas b/src/modules/pas/kedit/syntax.pas
> index a8043e5..bef4df3 100644
> --- a/src/modules/pas/kedit/syntax.pas
> +++ b/src/modules/pas/kedit/syntax.pas
> @@ -47,9 +47,9 @@ const
>          'if', 'else', 'for', 'while', 'do', 'switch', 'case', 'default', 'goto',
>          'break', 'continue', 'return', 'sizeof', 'typedef', 'asm'
>      );
> -    Types_C: Array [1..16] of String = (
> +    Types_C: Array [1..17] of String = (
>          'void', 'char', 'short', 'int', 'long', 'signed', 'unsigned', 'float', 'double',
> -        'static', 'inline', 'extern', 'enum', 'struct', 'union', 'volatile'
> +        'static', 'inline', 'extern', 'enum', 'struct', 'union', 'volatile', 'const'
>      );
>  

Acked-by: Alexander Siol <alex@xxxxxxxxxx>

>  
> -- 
> 1.6.0.2
> 
> _______________________________________________
> tyndur-devel mailing list
> tyndur-devel@xxxxxxxxxx
> http://list.tyndur.org/mailman/listinfo/tyndur-devel

Attachment: signature.asc
Description: Digital signature