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

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

[nongnu] elpa/nasm-mode f62c103 25/67: Add preprocessor directives:


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode f62c103 25/67: Add preprocessor directives:
Date: Sun, 29 Aug 2021 11:23:46 -0400 (EDT)

branch: elpa/nasm-mode
commit f62c103deb22c306b559089c2ef178f3fe1fe69c
Author: chapui_s <chapui_s@epitech.eu>
Commit: chapui_s <chapui_s@epitech.eu>

    Add preprocessor directives:
     - Structures
     - NASM Version
     - Date
     - few others
---
 nasm-mode.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index 0a4d3fb..169ae43 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -403,7 +403,13 @@
       "%ixdefine" "%line" "%local" "%macro" "%pathsearch" "%pop" "%push"
       "%rep" "%repl" "%rmacro" "%rotate" "%stacksize" "%strcat"
       "%strlen" "%substr" "%undef" "%unimacro" "%unmacro" "%use"
-      "%warning" "%xdefine")
+      "%warning" "%xdefine" "istruc" "at" "iend" "align" "alignb"
+      "struc" "endstruc" "__LINE__" "__FILE__" "%comment" "%endcomment"
+      "__NASM_MAJOR__" " __NASM_MINOR__" "__NASM_SUBMINOR__"
+      "___NASM_PATCHLEVEL__" "__NASM_VERSION_ID__" "__NASM_VER__"
+      "__BITS__" "__OUTPUT_FORMAT__" "__DATE__" "__TIME__" "__DATE_NUM__"
+      "__TIME_NUM__" "__UTC_DATE__" "__UTC_TIME__" "__UTC_DATE_NUM__"
+      "__UTC_TIME_NUM__" "__POSIX_TIME__" " __PASS__" "SECTALIGN")
     "NASM preprocessor directives (pptok.c) for `nasm-mode'."))
 
 (defconst nasm-label-regexp



reply via email to

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