qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs extra-modes.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs extra-modes.c
Date: Tue, 15 Apr 2014 08:04:19 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/04/15 08:04:19

Modified files:
        .              : extra-modes.c 

Log message:
        make val an OCaml keyword instead of a type

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/extra-modes.c?cvsroot=qemacs&r1=1.15&r2=1.16

Patches:
Index: extra-modes.c
===================================================================
RCS file: /sources/qemacs/qemacs/extra-modes.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- extra-modes.c       13 Apr 2014 14:47:14 -0000      1.15
+++ extra-modes.c       15 Apr 2014 08:04:19 -0000      1.16
@@ -2325,13 +2325,13 @@
     "|land|lazy|let|lnot|loop|lor|lsl|lsr|lxor"
     "|match|method|mod|module|mutable|new|not|object|of|open|or"
     "|parser|prec|private|raise|rec|ref|self|sig|struct"
-    "|then|to|true|try|type|value|virtual|when|while|with"
+    "|then|to|true|try|type|val|value|virtual|when|while|with"
     "|"
 };
 
 static char const ocaml_types[] = {
     "|array|bool|char|exn|float|format|format4||int|int32|int64"
-    "|lazy_t|list|nativeint|option|string|unit|val"
+    "|lazy_t|list|nativeint|option|string|unit"
     "|"
 };
 



reply via email to

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