From 295d423cc47f9ee8a72134dc544892a03b279311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 10 Jul 2022 23:23:09 +0200 Subject: Convert to C++. I already hit upon some object-oriented programming patterns in *listview.c, so I felt that it would be natural to use this as an opportunity to learn C++. --- .dir-locals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 62e25f6..6c6dcc0 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,2 +1,4 @@ ((c-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) - (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))) + (flycheck-gcc-definitions . ("UNICODE" "_UNICODE")))) + (c++-mode . ((flycheck-gcc-include-path . ("C:/Program Files/swipl/include")) + (flycheck-gcc-definitions . ("UNICODE" "_UNICODE"))))) -- cgit v1.2.3