repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix bug detecting standard header files.
[splint-patched.git]
/
acinclude.m4
blob
14a4f0b1eb63a00413b094afa17eeefcae3cf937
1
m4_define([AH_LCLINT_TEMPLATE],
2
[AH_VERBATIM([$1],
3
m4_text_wrap([$2 */], [ ], [/* ])
4
m4_text_wrap([$3@*/], [ ], [/*@])[
5
#undef $1])])
6
7
m4_define([AC_DEFINE_LCLINT],
8
[AC_DEFINE_TRACE([$1])dnl
9
AH_LCLINT_TEMPLATE([$1], [$3], [$4])dnl
10
cat >>confdefs.h <<\_ACEOF
11
[@%:@define] $1 [$2]
12
_ACEOF
13
])