emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auto-header 65cbd3f81d 19/26: Add stdbool.h keywords to


From: ELPA Syncer
Subject: [elpa] externals/auto-header 65cbd3f81d 19/26: Add stdbool.h keywords to auto-header--c-keywords
Date: Sun, 26 Mar 2023 07:57:35 -0400 (EDT)

branch: externals/auto-header
commit 65cbd3f81ddbdb8b846d878fa653e5d58f097859
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>

    Add stdbool.h keywords to auto-header--c-keywords
---
 auto-header.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/auto-header.el b/auto-header.el
index 4b86c11410..5de284bf9b 100644
--- a/auto-header.el
+++ b/auto-header.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2022  Philip Kaludercic
 
 ;; Author: Philip Kaludercic <philip.kaludercic@fau.de>
-;; Version: $Id: auto-header.el,v 1.17 2022/06/13 19:22:42 oj14ozun Exp 
oj14ozun $
+;; Version: $Id: auto-header.el,v 1.18 2022/06/13 19:48:18 oj14ozun Exp 
oj14ozun $
 ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/auto-header.el
 ;; Package-Version: 1
 ;; Keywords: c
@@ -167,7 +167,8 @@ NAME."
     "typedef" "union" "unsigned" "void" "volatile" "while"
     "_Alignas" "_Alignof" "_Atomic" "_Bool" "_Complex"
     "_Decimal128" "_Decimal32" "_Decimal64" "_Generic"
-    "_Imaginary" "_Noreturn" "_Static_assert" "_Thread_local")
+    "_Imaginary" "_Noreturn" "_Static_assert" "_Thread_local"
+    "bool" "true" "false")
   "List of keywords to not treat as functions.")
 
 ;;;###autoload



reply via email to

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