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: Fri, 31 Mar 2017 15:12:07 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/03/31 15:12:07

Modified files:
        .              : clang.c 

Log message:
        fix parenthesis colors

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

Patches:
Index: clang.c
===================================================================
RCS file: /sources/qemacs/qemacs/clang.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -b -r1.119 -r1.120
--- clang.c     31 Mar 2017 15:33:02 -0000      1.119
+++ clang.c     31 Mar 2017 19:12:07 -0000      1.120
@@ -546,8 +546,7 @@
         case '(':
         case '{':
             tag = 0;
-            continue;
-
+            break;
         default:
         normal:
             if (state & IN_C_PREPROCESS)
@@ -1692,7 +1691,7 @@
         case '(':
         case '{':
             tag = 0;
-            break;
+            continue;
         default:
             if (qe_isdigit(c)) {
                 /* XXX: should parse actual number syntax */



reply via email to

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