From: Niels Möller Date: Tue, 14 May 2002 17:09:35 +0000 (+0200) Subject: Added some trailing dnl:s. Added quotes to the first argument to define. X-Git-Tag: nettle_1.6_release_20021003~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26451079b4687db137a5ec2121a9606e0154e450;p=thirdparty%2Fnettle.git Added some trailing dnl:s. Added quotes to the first argument to define. Rev: src/nettle/asm.m4:1.8 --- 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(, < +dnl>)dnl dnl changecom(!,< dnl >)dnl dnl including files from the srcdir -define(, ) +define(, )dnl dnl Struct defining macros dnl STRUCTURE(prefix) -define(, , 0)define(, <$1>)>) +define(, , 0)define(, <$1>)>)dnl dnl STRUCT(name, size) -define(STRUCT, +define(, $1, SOFFSET)dnl - define(, eval(SOFFSET + ($2)))>) + define(, eval(SOFFSET + ($2)))>)dnl dnl UNSIGNED(name) -define(, , 4)>) +define(, , 4)>)dnl dnl Offsets in aes_ctx and aes_table STRUCTURE(AES)