summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-05-14 19:09:35 +0200
committerNiels Möller <nisse@lysator.liu.se>2002-05-14 19:09:35 +0200
commit26451079b4687db137a5ec2121a9606e0154e450 (patch)
tree476ac30ce3926851d257176d389066c1bd6a844e /asm.m4
parent59cf8c81e43f0c9c21c9c20555890d68e18c87b8 (diff)
downloadnettle-26451079b4687db137a5ec2121a9606e0154e450.tar.gz
Added some trailing dnl:s. Added quotes to the first argument to define.
Rev: src/nettle/asm.m4:1.8
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/asm.m4 b/asm.m4
index a59048b0..c3ab4d7b 100644
--- a/asm.m4
+++ b/asm.m4
@@ -2,27 +2,27 @@ changequote(<,>)dnl
dnl (progn (modify-syntax-entry ?< "(>") (modify-syntax-entry ?> ")<") )
dnl FORTRAN style comment character
-define(C, <
-dnl>)
+define(<C>, <
+dnl>)dnl
dnl changecom(!,<
dnl >)dnl
dnl including files from the srcdir
-define(<include_src>, <include(srcdir/$1)>)
+define(<include_src>, <include(srcdir/$1)>)dnl
dnl Struct defining macros
dnl STRUCTURE(prefix)
-define(<STRUCTURE>, <define(<SOFFSET>, 0)define(<SPREFIX>, <$1>)>)
+define(<STRUCTURE>, <define(<SOFFSET>, 0)define(<SPREFIX>, <$1>)>)dnl
dnl STRUCT(name, size)
-define(STRUCT,
+define(<STRUCT>,
<define(SPREFIX<_>$1, SOFFSET)dnl
- define(<SOFFSET>, eval(SOFFSET + ($2)))>)
+ define(<SOFFSET>, eval(SOFFSET + ($2)))>)dnl
dnl UNSIGNED(name)
-define(<UNSIGNED>, <STRUCT(<$1>, 4)>)
+define(<UNSIGNED>, <STRUCT(<$1>, 4)>)dnl
dnl Offsets in aes_ctx and aes_table
STRUCTURE(AES)