From b76b0388c1866bf9abb63d3b9b14e224e42f6ccd Mon Sep 17 00:00:00 2001 From: "Frank B. Brokken" Date: Sat, 29 May 2021 17:45:40 +0200 Subject: [PATCH] removed -q from build, fixed error in yo/preamble --- annotations/build | 2 +- annotations/yo/preamble.yo | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/annotations/build b/annotations/build index 73c1bab5..56f9d825 100755 --- a/annotations/build +++ b/annotations/build @@ -1,4 +1,4 @@ -#!/usr/bin/icmake -qt/tmp/cppannotations +#!/usr/bin/icmake -t/tmp/cppannotations #define LOGENV "CPPANNOT" diff --git a/annotations/yo/preamble.yo b/annotations/yo/preamble.yo index 224fd1e2..80414d51 100644 --- a/annotations/yo/preamble.yo +++ b/annotations/yo/preamble.yo @@ -326,7 +326,8 @@ def(ithi)(1)(it()hi(ARG1: header file)tt()) def(iti)(1)(it()ti(ARG1)) def(rangeti)(1)(ti(CHAR(91)ARG1+CHAR(41))) def(itht)(2)(it()hix(ARG1)tt(ARG2)) -def(itfun)(3)(it()hix(ARG2)tt(ARG1 ARG2(ARG3))) C( itfun(void)(fun)(params) ) +def(itfun)(3)(it()hix(ARG2)tt(ARG1 ARG2(ARG3))) + COMMENT(for using: itfun(void)(fun)(params) ) COMMENT( def(ittq)(2)(it()tt(ARG1):quote(ARG2))