2023-06-15 12:24:35 -04:00
|
|
|
/* Copyright 2023 (C) Peter McGoron
|
|
|
|
* This file is a part of Upsilon, a free and open source software project.
|
|
|
|
* For license terms, refer to the files in `doc/copying` in the Upsilon
|
|
|
|
* source distribution.
|
|
|
|
*/
|
2023-03-15 14:30:30 -04:00
|
|
|
m4_changequote(`⟨', `⟩')m4_dnl
|
|
|
|
m4_changecom(⟨/*⟩, ⟨*/⟩)m4_dnl
|
|
|
|
m4_define(generate_macro, ⟨m4_dnl
|
|
|
|
`define $1 $2 m4_dnl
|
|
|
|
m4_define(M4_$1, $2)m4_dnl
|
|
|
|
⟩)m4_dnl
|
|
|
|
m4_include(control_loop_cmds.m4)
|