summaryrefslogtreecommitdiff
path: root/win32/build/cppcheck_x64.cfg
blob: 4c221a6fcd3a5114290410e3c8a68767a383ad37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<def>
	<podtype name="zend_long" sign="s" size="8" />
	<podtype name="zend_ulong" sign="u" size="8" />
	<podtype name="zend_bool" sign="u" size="1" />
	<podtype name="zend_uchar" sign="u" size="1" />
	<podtype name="zend_off_t" sign="s" size="8" />
	<podtype name="zend_intptr_t" sign="s" size="8" />
	<podtype name="zend_uintptr_t" sign="s" size="8" />
<!--
	<memory>
		<alloc init="true"></alloc>
		<dealloc></dealloc>
	</memory>-->
</def>