bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#63323: c-ts-mode does not know about `restrict'


From: Po Lu
Subject: bug#63323: c-ts-mode does not know about `restrict'
Date: Sat, 06 May 2023 16:19:32 +0800

Standard C accepts a keyword `restrict', which is used to declare
pointers whose referenced object must only be accessed by lvalues based
upon one such pointer within the block where they are declared.

Like so:

  argb *restrict src, *restrict dest;

c-ts-mode does not understand this keyword.  It is not fontified within
such declarations.




reply via email to

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