File: acinclude.m4

package info (click to toggle)
splint 3.1.1-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,508 kB
  • ctags: 14,847
  • sloc: ansic: 147,834; yacc: 3,450; sh: 3,076; makefile: 2,186; lex: 411
file content (13 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
m4_define([AH_LCLINT_TEMPLATE],
[AH_VERBATIM([$1],
             m4_text_wrap([$2 */], [   ], [/* ])
             m4_text_wrap([$3@*/], [   ], [/*@])[
#undef $1])])

m4_define([AC_DEFINE_LCLINT],
[AC_DEFINE_TRACE([$1])dnl
AH_LCLINT_TEMPLATE([$1], [$3], [$4])dnl
cat >>confdefs.h <<\_ACEOF
[@%:@define] $1 [$2]
_ACEOF
])