From b0a080a625f0921bc3768f867c9bfdd9b7af2786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 7 May 2002 15:00:25 +0200 Subject: [PATCH] (C, include_src): New macros. Rev: src/nettle/asm.m4:1.7 --- asm.m4 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/asm.m4 b/asm.m4 index 77e7a80e..a59048b0 100644 --- a/asm.m4 +++ b/asm.m4 @@ -1,8 +1,16 @@ changequote(<,>)dnl -changecom(!,< ->)dnl - dnl (progn (modify-syntax-entry ?< "(>") (modify-syntax-entry ?> ")<") ) + +dnl FORTRAN style comment character +define(C, < +dnl>) + +dnl changecom(!,< +dnl >)dnl + +dnl including files from the srcdir +define(<include_src>, <include(srcdir/$1)>) + dnl Struct defining macros dnl STRUCTURE(prefix) -- GitLab