removed -q from build, fixed error in yo/preamble

This commit is contained in:
Frank B. Brokken 2021-05-29 17:45:40 +02:00
parent 616c7434e5
commit b76b0388c1
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/icmake -qt/tmp/cppannotations
#!/usr/bin/icmake -t/tmp/cppannotations
#define LOGENV "CPPANNOT"

View file

@ -326,7 +326,8 @@ def(ithi)(1)(it()hi(ARG1: header file)tt(<ARG1>))
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))