From 739932ca6db4fcbc23d6ef70b72a9b7db1ab3fc6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 28 Jul 2023 16:40:24 -0500 Subject: [PATCH] Change macro prefix to sdb_ --- db/include/macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/include/macros.m4 b/db/include/macros.m4 index 38d6c1b..e4bb0c5 100644 --- a/db/include/macros.m4 +++ b/db/include/macros.m4 @@ -17,7 +17,7 @@ dnl dnl This should be included first so that the divert macro requires a dnl parameter. dnl -dnl For safety, prefix all macros with "jgi_". +dnl For safety, prefix all macros with "sdb_". dnl dnl changequote([{[,]}])dnl m4 foolery so includes include only once. @@ -34,7 +34,7 @@ divert(`-1') dnl Include standard macros include(include/macros.m4) -define(`jgi_generated_sql', +define(`sdb_generated_sql', `-- DO NOT EDIT THIS FILE. It was automatically generated. Edit -- the *.m4 files instead. (Files _should_ be re-created by -- typing "make" at the command line.) -- 2.34.1