qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs clang.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs clang.c
Date: Tue, 20 May 2014 07:15:15 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/05/20 07:15:15

Modified files:
        .              : clang.c 

Log message:
        clang: fix type list for pike flavor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/clang.c?cvsroot=qemacs&r1=1.67&r2=1.68

Patches:
Index: clang.c
===================================================================
RCS file: /sources/qemacs/qemacs/clang.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- clang.c     20 May 2014 04:48:36 -0000      1.67
+++ clang.c     20 May 2014 07:15:15 -0000      1.68
@@ -310,14 +310,15 @@
 
 static const char pike_keywords[] = {
     "break|case|catch|class|constant|continue|default|do|else|enum|extern|"
-    "final|for|foreach|function|gauge|global|if|import|inherit|inline|"
-    "lambda|local|mapping|multiset|nomask|optional|program|predef|"
+    "final|for|foreach|gauge|global|if|import|inherit|inline|"
+    "lambda|local|nomask|optional|predef|"
     "private|protected|public|return|sscanf|static|switch|typedef|typeof|"
     "while|__attribute__|__deprecated__|__func__|"
 };
 
 static const char pike_types[] = {
-    "array|float|int|mixed|object|string|variant|void|"
+    "array|float|int|string|function|mapping|multiset|mixed|object|program|"
+    "variant|void|"
 };
 
 struct QEModeFlavor {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]